fix: ensure host identities are persisted on reboot

This commit is contained in:
Price Hiller 2023-10-30 09:24:01 -05:00
parent 6bd8593220
commit e61c76e3b0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -31,7 +31,10 @@
]; ];
files = [ files = [
"/etc/machine-id" "/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"
]; ];
}; };
}; };