diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/nix-common.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/nixos/nix-common.nix b/modules/nixos/nix-common.nix index 6e4d373..237f83f 100644 --- a/modules/nixos/nix-common.nix +++ b/modules/nixos/nix-common.nix @@ -2,7 +2,8 @@ nix = { settings = { - allowed-users = [ "@wheel" "@builders" "@video" ]; + # Users allowed to run nix + allowed-users = [ "root" "@wheel" "@builders" "@video" ]; experimental-features = [ "nix-command" "flakes" ]; }; @@ -12,8 +13,5 @@ dates = "weekly"; options = "--delete-older-than 30d"; }; - - # Users allowed to run nix - # allowedUsers = [ "root" ]; }; } |
