From ecf90b8e495d7d5643cc9234efe86b36a9dc9efa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 28 Mar 2020 15:48:46 +0100 Subject: ... --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index ab93c251..cb21ea19 100644 --- a/odin.nix +++ b/odin.nix @@ -38,7 +38,7 @@ enable = true; ssh = { enable = true; - hostKeys = [ "/etc/secrets/initrd/ssh_host_rsa_key" "/etc/secrets/initrd/ssh_host_ed25519_key" ]; + 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