Fixed variable name
This commit is contained in:
parent
6a9ce2e118
commit
eb3ff0bfe0
@ -43,7 +43,7 @@ in {
|
||||
];
|
||||
initrd = let
|
||||
host-key-pkg = host-keys.${config.instance.hostname};
|
||||
host-privkey = "${key-pkg}/ssh_host_ed25519_key";
|
||||
host-privkey = "${host-key-pkg}/ssh_host_ed25519_key";
|
||||
initrd-keypath = "/var/run/secrets/ssh/ssh_host_ed25519_key";
|
||||
in {
|
||||
secrets = {
|
||||
|
Loading…
Reference in New Issue
Block a user