Oops, didn't escape the attr name.

This commit is contained in:
niten 2021-10-15 10:11:26 -07:00
parent 11f1560410
commit 4e62739086

View File

@ -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 = {