diff --git a/lib/fudo/initrd-network.nix b/lib/fudo/initrd-network.nix index b69c5de..1d3a12b 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -63,7 +63,8 @@ in { port = 22; authorizedKeys = admin-ssh-keys; hostKeys = [ - config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file + (builtins.trace config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file + config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file) ]; }; };