rotate borg creds

This commit is contained in:
2025-11-25 01:13:16 +02:00
parent db712c7bd3
commit 14de625776
7 changed files with 37 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ in
age.secrets = {
motiejus-server-passwd-hash.file = ../../secrets/motiejus_server_passwd_hash.age;
root-server-passwd-hash.file = ../../secrets/root_server_passwd_hash.age;
borgbackup-password.file = ../../secrets/fwminex/borgbackup-password.age;
borgbackup-password.file = ../../secrets/${config.networking.hostName}/borgbackup-password.age;
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
ssh8022-server = {
file = ../../secrets/ssh8022.age;

View File

@@ -19,7 +19,7 @@ in
motiejus-server-passwd-hash.file = ../../secrets/motiejus_server_passwd_hash.age;
root-server-passwd-hash.file = ../../secrets/root_server_passwd_hash.age;
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
borgbackup-password.file = ../../secrets/fwminex/borgbackup-password.age;
borgbackup-password.file = ../../secrets/${config.networking.hostName}/borgbackup-password.age;
letsencrypt-account-key.file = ../../secrets/letsencrypt/account.key.age;
vaultwarden-secrets-env.file = ../../secrets/vaultwarden/secrets.env.age;
synapse-jakstys-signing-key.file = ../../secrets/synapse/jakstys_lt_signing_key.age;

View File

@@ -18,7 +18,7 @@ in
motiejus-server-passwd-hash.file = ../../secrets/motiejus_server_passwd_hash.age;
root-server-passwd-hash.file = ../../secrets/root_server_passwd_hash.age;
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
borgbackup-password.file = ../../secrets/fwminex/borgbackup-password.age;
borgbackup-password.file = ../../secrets/${config.networking.hostName}/borgbackup-password.age;
timelapse.file = ../../secrets/timelapse.age;
syncthing-key.file = ../../secrets/vno3-nk/syncthing/key.pem.age;
syncthing-cert.file = ../../secrets/vno3-nk/syncthing/cert.pem.age;