diff options
-rw-r--r-- | vali.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | (with template; { |
72 | inherit shell openssh.authorizedKeys.keyFiles; | 72 | inherit shell openssh.authorizedKeys.keyFiles; |
73 | }; | 73 | }); |
74 | } | 74 | } |