diff options
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |