Point to the persistent paths for SSH keys to make sops work.

This commit is contained in:
2024-11-04 13:39:01 +00:00
parent 6643a61b6f
commit 12e097d8e0

View File

@@ -1,5 +1,10 @@
{
sops = {
defaultSopsFile = ./../../secrets/secrets.yaml;
# sometimes the impermanence bind mount is stopped when sops needs these
age.sshKeyPaths = [
"/persist/etc/ssh/ssh_host_ed25519_key"
"/persist/etc/ssh/ssh_host_rsa_key"
];
};
}