server-configs/shared/applications/state/ssh.nix
2024-08-08 14:16:04 +02:00

6 lines
118 B
Nix

{
environment.persistence.root.files = [
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_rsa_key"
];
}