summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index ab93c251..cb21ea19 100644
--- a/odin.nix
+++ b/odin.nix
@@ -38,7 +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 hostKeys = [ /etc/secrets/initrd/ssh_host_rsa_key /etc/secrets/initrd/ssh_host_ed25519_key ];
42 authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; 42 authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ];
43 }; 43 };
44 }; 44 };