From ea8d7c900758148f8295160d749860acfaffb0ae Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 15 Oct 2021 10:49:01 -0700 Subject: [PATCH] What if I hardcode the path? --- lib/fudo/initrd-network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/initrd-network.nix b/lib/fudo/initrd-network.nix index 1afc4b6..6de2e4b 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -60,7 +60,7 @@ in { port = 22; authorizedKeys = admin-ssh-keys; hostKeys = [ - config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file + "/var/run/ssh/${key-filename}" ]; }; };