diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = {}; }; |