From 61da18b9a1672593f652530d4b1d75e6f9ca2185 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 28 Mar 2020 15:43:10 +0100 Subject: ... --- odin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/odin.nix b/odin.nix index c98e18ae..ab93c251 100644 --- a/odin.nix +++ b/odin.nix @@ -38,6 +38,7 @@ enable = true; ssh = { enable = true; + hostKeys = [ "/etc/secrets/initrd/ssh_host_rsa_key" "/etc/secrets/initrd/ssh_host_ed25519_key" ]; authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; }; }; -- cgit v1.2.3