diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ | |||
29 | enable = true; | 29 | enable = true; |
30 | ssh = { | 30 | ssh = { |
31 | enable = true; | 31 | enable = true; |
32 | authorizedKeys = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles; | 32 | authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; |
33 | }; | 33 | }; |
34 | }; | 34 | }; |
35 | 35 | ||