nix: Add the wheel group to trusted users to allow remote builds

pull/34/head
Tristan Daniël Maat 2021-04-28 00:22:21 +01:00
parent 486a68078f
commit 939c768280
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 4 additions and 0 deletions

View File

@ -10,10 +10,14 @@
];
nix = {
# Enable flakes
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';
# Enable remote builds from tlater
trustedUsers = [ "@wheel" ];
};
networking = {