global/nix: allow all users to use nix

Even though it's just me :)
This commit is contained in:
Infinidoge 2023-10-31 21:30:39 -04:00
parent 961955625f
commit f8b52bf740

View file

@ -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" ];