Allow wheel users to build derivations

This commit is contained in:
Rodrigo Arias 2023-04-14 10:14:17 +02:00
parent 59b8ba0e76
commit 40d0a16736

View File

@ -40,6 +40,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.sandbox = "relaxed"; nix.settings.sandbox = "relaxed";
nix.settings.trusted-users = [ "@wheel" ];
nix.gc.automatic = true; nix.gc.automatic = true;
nix.gc.dates = "weekly"; nix.gc.dates = "weekly";