From 0330f6ae7806e9c7418f65bcb78ef93d634f0897 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 15 Oct 2021 10:58:47 -0700 Subject: [PATCH] Ahh fuck this wtf --- lib/fudo/initrd-network.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/fudo/initrd-network.nix b/lib/fudo/initrd-network.nix index b23e5d7..6de2e4b 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -69,14 +69,12 @@ in { fudo = { secrets.host-secrets = mapAttrs - (hostname: key-pkg: let + (hostname: key-pkg: { initrd-ssh-host-key = { source-file = "${key-pkg}/${key-filename}"; target-file = "/var/run/ssh/${key-filename}"; user = "root"; }; - in { - initrd-ssh-host-key = builtins.trace "${hostname}: ${initrd-ssh-host-key}" initrd-ssh-host-key; }) host-keys;