feat(systems/nemesis): add host rsa key to persist

This commit is contained in:
Mohammad Rafiq 2025-05-19 09:14:11 +08:00
parent 8a1f3a6816
commit 51f2e81fda
No known key found for this signature in database

View file

@ -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"
];
};