summaryrefslogtreecommitdiff
path: root/modules/user-profiles/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user-profiles/root.nix')
-rw-r--r--modules/user-profiles/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix
index ea299c0..89f905c 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" ];
}