diff --git a/flake.nix b/flake.nix index 6a53a2e..c7cb9bf 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,10 @@ ]; files = [ "/etc/machine-id" - "/etc/nix/id_rsa" + "/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" ]; }; };