fixed SSH on defiant

This commit is contained in:
Leyla Becker 2025-01-01 17:02:46 -06:00
parent 15e0c1b6c4
commit 22b40edb24

View file

@ -19,8 +19,11 @@
} }
(lib.mkIf config.host.impermanence.enable { (lib.mkIf config.host.impermanence.enable {
environment.persistence."/persist/system/root" = { environment.persistence."/persist/system/root" = {
directories = [ files = [
"/etc/ssh" "/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"
]; ];
}; };
}) })