diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:35:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:35:49 +0200 |
commit | f8b65eb1df3cacb1027c60cf299405ab3e8b96c2 (patch) | |
tree | 3e5a68f4ea1b51989c4e17ad5229bc0b52f7728e /odin.nix | |
parent | d679c25cda52e5fc135026964b891e21084397a4 (diff) | |
download | nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.gz nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.bz2 nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.xz nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.zip |
SSH keys
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 | ||