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