summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index e2f07c4f..2222cc9f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -92,8 +92,7 @@
92 }; 92 };
93 93
94 users = { 94 users = {
95 extraUsers.root = let template = (import users/gkleen.nix); 95 extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; };
96 in { inherit (template) shell hashedPassword; }
97 }; 96 };
98 97
99 users.extraGroups = { network = {}; }; 98 users.extraGroups = { network = {}; };