Allow wheel users to build derivations
This commit is contained in:
parent
59b8ba0e76
commit
40d0a16736
@ -40,6 +40,7 @@
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.dates = "weekly";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user