Fixed variable name

This commit is contained in:
niten 2021-10-13 21:05:52 -07:00
parent 6a9ce2e118
commit eb3ff0bfe0

View File

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