From a18a871eb31c3a7dfdf3d030a0a17612ea8c527f Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sun, 3 May 2026 22:20:26 -0400 Subject: [PATCH] nixos/impermanence: remove ssh host key persistence The SSH host key files are already defined in the OpenSSH module, so there is no need to persist them with impermanence.nix. --- nixos/impermanence.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/impermanence.nix b/nixos/impermanence.nix index 479edaf..dd58434 100644 --- a/nixos/impermanence.nix +++ b/nixos/impermanence.nix @@ -72,10 +72,6 @@ ]; files = [ "/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" ]; };