global/nix: allow all users to use nix
Even though it's just me :)
This commit is contained in:
parent
961955625f
commit
f8b52bf740
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ with lib;
|
||||||
package = pkgs.nixVersions.nix_2_17;
|
package = pkgs.nixVersions.nix_2_17;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
allowed-users = [ "@wheel" ];
|
allowed-users = [ "*" ];
|
||||||
|
|
||||||
trusted-users = [ "root" "@wheel" ];
|
trusted-users = [ "root" "@wheel" ];
|
||||||
|
|
||||||
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue