From 4e62739086120473e7d4ddada62cbac4b8c8e915 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 15 Oct 2021 10:11:26 -0700 Subject: [PATCH] Oops, didn't escape the attr name. --- 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 15e79aa..b8ec356 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -52,7 +52,7 @@ in { host-privkey = builtins.toPath "${host-key-pkg}/${key-filename}"; in { secrets = { - config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file = null; + ${config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file} = null; }; network = {