diff --git a/systems/base/configuration.nix b/systems/base/configuration.nix index 92c5aa5..dc1fdff 100644 --- a/systems/base/configuration.nix +++ b/systems/base/configuration.nix @@ -79,6 +79,10 @@ ]; files = [ "/etc/machine-id" + { file = "/etc/ssh/ssh_host_ed25519_key"; mode = "0600"; } + { file = "/etc/ssh/ssh_host_ed25519_key.pub"; mode = "0644"; } + { file = "/etc/ssh/ssh_host_rsa_key"; mode = "0600"; } + { file = "/etc/ssh/ssh_host_rsa_key.pub"; mode = "0644"; } ]; };