diff options
-rw-r--r-- | bragi.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -225,4 +225,11 @@ in { | |||
225 | services.chrony = { | 225 | services.chrony = { |
226 | enable = true; | 226 | enable = true; |
227 | }; | 227 | }; |
228 | |||
229 | users.extraUsers.root = let | ||
230 | template = (import users/gkleen.nix); | ||
231 | in { | ||
232 | inherit (template) shell; | ||
233 | openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles; | ||
234 | }; | ||
228 | } | 235 | } |