These initrd secrets are annoying...

Betting this won't work.
This commit is contained in:
niten 2021-10-15 10:30:43 -07:00
parent 4e62739086
commit 870c90b679
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ 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} =
config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file;
};
network = {