summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/vali.nix b/vali.nix
index 767ccf5d..c4519796 100644
--- a/vali.nix
+++ b/vali.nix
@@ -67,8 +67,7 @@
67 67
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 {
72 inherit (template) shell openssh.authorizedKeys.keyFiles; 71 inherit (template) shell openssh.authorizedKeys.keyFiles;
73 }; 72 };
74} 73}