What if I hardcode the path?

This commit is contained in:
niten 2021-10-15 10:49:01 -07:00
parent 9b3333616d
commit ea8d7c9007

View File

@ -60,7 +60,7 @@ in {
port = 22;
authorizedKeys = admin-ssh-keys;
hostKeys = [
config.fudo.secrets.host-secrets.${hostname}.initrd-ssh-host-key.target-file
"/var/run/ssh/${key-filename}"
];
};
};