server-configs/shared/applications/state/ssh.nix

7 lines
118 B
Nix
Raw Normal View History

2024-08-08 12:16:04 +00:00
{
environment.persistence.root.files = [
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_rsa_key"
];
}