summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index e7453e6a..e1cd6b05 100644
--- a/hel.nix
+++ b/hel.nix
@@ -98,6 +98,8 @@
98 }; 98 };
99 99
100 users = { 100 users = {
101 mutableUsers = false;
102
101 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; }; 103 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; };
102 104
103 extraGroups = { network = {}; }; 105 extraGroups = { network = {}; };