More tmpfs impermanence fixes.

This commit is contained in:
2025-10-28 16:49:39 +00:00
parent ac34f029ed
commit 37aad7d951
3 changed files with 25 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
sops = {
# 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"
"${config.custom.impermanence.persistPath}/etc/ssh/ssh_host_ed25519_key"
"${config.custom.impermanence.persistPath}/etc/ssh/ssh_host_rsa_key"
];
defaultSopsFile = ./../../secrets/common.yaml;
secrets = {