summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/vali.nix b/vali.nix
index 58482873..767ccf5d 100644
--- a/vali.nix
+++ b/vali.nix
@@ -68,7 +68,7 @@
68 users.extraUsers.root = let 68 users.extraUsers.root = let
69 template = (import users/gkleen.nix) 69 template = (import users/gkleen.nix)
70 in 70 in
71 (with template; { 71 {
72 inherit shell openssh.authorizedKeys.keyFiles; 72 inherit (template) shell openssh.authorizedKeys.keyFiles;
73 }); 73 };
74} 74}