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:
parent
d2d02f8a60
commit
638d588d81
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
# === Backups (Restic + B2) ===
|
||||
myModules.backup = {
|
||||
enable = true;
|
||||
repository = "b2:nixos-vps-backup";
|
||||
repository = "b2:nixos-vps-backup2";
|
||||
paths = [ "/var/lib/bitwarden_rs" "/var/backup/vaultwarden" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue