diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-28 15:43:10 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-28 15:43:10 +0100 |
commit | 61da18b9a1672593f652530d4b1d75e6f9ca2185 (patch) | |
tree | b829ae744e0b96d100387e03492a7236ddf749f7 | |
parent | 54b7f8b7a1022a86e8c734d8986f27eb3620cab6 (diff) | |
download | nixos-61da18b9a1672593f652530d4b1d75e6f9ca2185.tar nixos-61da18b9a1672593f652530d4b1d75e6f9ca2185.tar.gz nixos-61da18b9a1672593f652530d4b1d75e6f9ca2185.tar.bz2 nixos-61da18b9a1672593f652530d4b1d75e6f9ca2185.tar.xz nixos-61da18b9a1672593f652530d4b1d75e6f9ca2185.zip |
...
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ | |||
38 | enable = true; | 38 | enable = true; |
39 | ssh = { | 39 | ssh = { |
40 | enable = true; | 40 | enable = true; |
41 | hostKeys = [ "/etc/secrets/initrd/ssh_host_rsa_key" "/etc/secrets/initrd/ssh_host_ed25519_key" ]; | ||
41 | authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; | 42 | authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; |
42 | }; | 43 | }; |
43 | }; | 44 | }; |