From 51f2e81fda7e96b2c95331ec1f349c3e4ff8e3ff Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 19 May 2025 09:14:11 +0800 Subject: [PATCH] feat(systems/nemesis): add host rsa key to persist --- systems/x86_64-linux/nemesis/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/nemesis/default.nix b/systems/x86_64-linux/nemesis/default.nix index d0bb834..43671e0 100644 --- a/systems/x86_64-linux/nemesis/default.nix +++ b/systems/x86_64-linux/nemesis/default.nix @@ -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" ]; };