Fix synapse and twenty-crm backing up to the wrong repo

This commit is contained in:
Eli Ribble 2026-01-18 02:43:47 +00:00
parent f0d15f7e2f
commit 83685f761d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ in {
paths = [
"/var/lib/matrix-synapse"
];
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-corp/authentik";
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-corp/matrix-synapse";
};
sops.secrets."matrix-synapse.yaml" = {

View file

@ -57,7 +57,7 @@ in {
paths = [
"/mnt/bigdisk/twenty-crm-data"
];
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-corp/authentik";
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-corp/twenty-crm";
};
sops.secrets.twenty-crm-env = {
format = "dotenv";