diff options
Diffstat (limited to 'modules/user-profiles/root.nix')
| -rw-r--r-- | modules/user-profiles/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix index 89f905c..ea299c0 100644 --- a/modules/user-profiles/root.nix +++ b/modules/user-profiles/root.nix @@ -16,5 +16,5 @@ }; # Allow to run nix - nix.settings.allowed-users = [ "root" ]; + # nix.settings.allowed-users = [ "root" ]; } |
