Files
nix/hosts/common/system/configs/ssh/default.nix
2024-07-08 20:01:55 +03:00

8 lines
136 B
Nix

{
programs.ssh = {
knownHosts = {
eirene.publicKeyFile = ../../../../eirene/secrets/ssh_host_ed25519_key.pub;
};
};
}