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