feat(systems/nemesis): add host rsa key to persist
This commit is contained in:
parent
8a1f3a6816
commit
51f2e81fda
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ refresh-rate = "144";
|
|||
files = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue