Oops, didn't escape the attr name.
This commit is contained in:
parent
11f1560410
commit
4e62739086
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user