summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index f2c0c025..737c2d24 100644
--- a/vali.nix
+++ b/vali.nix
@@ -69,6 +69,6 @@
69 template = (import users/gkleen.nix); 69 template = (import users/gkleen.nix);
70 in { 70 in {
71 inherit (template) shell; 71 inherit (template) shell;
72 inherit (template) openssh.authorizedKeys.keyFiles; 72 openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles;
73 }; 73 };
74} 74}