chore: update borg repo and passphrase

This commit is contained in:
♥ Minnie ♥ 2025-03-26 13:34:07 +08:00
parent f26c63e3d8
commit 34c586aa9b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 5 additions and 5 deletions

View file

@ -23,10 +23,10 @@
"/srv/multimedia/containers/sonarr"
];
repo = "o93k24r6@o93k24r6.repo.borgbase.com:repo";
repo = "r7ag7x1w@r7ag7x1w.repo.borgbase.com:repo";
encryption = {
mode = "repokey-blake2";
passCommand = "cat ${config.age.secrets.traefik.path}";
passCommand = "cat ${config.age.secrets.borgbackup.path}";
};
environment.BORG_RSH = "ssh -i /etc/ssh/ssh_host_ed25519_key";
compression = "auto,lzma";