nixos/impermanence: remove ssh host key persistence
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 12s

The SSH host key files are already defined in the OpenSSH module, so
there is no need to persist them with impermanence.nix.
This commit is contained in:
2026-05-03 22:20:26 -04:00
parent ac5fe801a9
commit a18a871eb3
-4
View File
@@ -72,10 +72,6 @@
]; ];
files = [ files = [
"/etc/machine-id" "/etc/machine-id"
"/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"
]; ];
}; };