initial commit
This commit is contained in:
commit
2ca4b5440a
13 changed files with 584 additions and 0 deletions
6
shared/applications/state/ssh.nix
Normal file
6
shared/applications/state/ssh.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
environment.persistence.root.files = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue