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

This commit is contained in:
Tristan Daniël Maat 2021-04-28 00:22:21 +01:00
parent 486a68078f
commit 939c768280
Signed by: tlater
GPG key ID: 49670FD774E43268

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 = {