6 lines
118 B
Nix
6 lines
118 B
Nix
{
|
|
environment.persistence.root.files = [
|
|
"/etc/ssh/ssh_host_ed25519_key"
|
|
"/etc/ssh/ssh_host_rsa_key"
|
|
];
|
|
}
|