fix(backup): use new B2 bucket for restic repository

Switch to nixos-vps-backup2 bucket to resolve password mismatch
with existing repository.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 18:10:38 +01:00
parent d2d02f8a60
commit 638d588d81

View file

@ -120,7 +120,7 @@
# === Backups (Restic + B2) === # === Backups (Restic + B2) ===
myModules.backup = { myModules.backup = {
enable = true; enable = true;
repository = "b2:nixos-vps-backup"; repository = "b2:nixos-vps-backup2";
paths = [ "/var/lib/bitwarden_rs" "/var/backup/vaultwarden" ]; paths = [ "/var/lib/bitwarden_rs" "/var/backup/vaultwarden" ];
}; };
} }