These initrd secrets are annoying...
Betting this won't work.
This commit is contained in:
parent
4e62739086
commit
870c90b679
|
@ -52,7 +52,8 @@ in {
|
||||||
host-privkey = builtins.toPath "${host-key-pkg}/${key-filename}";
|
host-privkey = builtins.toPath "${host-key-pkg}/${key-filename}";
|
||||||
in {
|
in {
|
||||||
secrets = {
|
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 = {
|
network = {
|
||||||
|
|
Loading…
Reference in New Issue