fix: repository name for yukari's matrix restic

This commit is contained in:
Kat Inskip 2024-04-21 15:09:15 -07:00
parent bd69ebe901
commit 1aa2e5c467
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -23,7 +23,7 @@
]; ];
initialize = true; initialize = true;
passwordFile = config.sops.secrets.restic-password-file.path; passwordFile = config.sops.secrets.restic-password-file.path;
repository = "sftp:u401227@u401227.your-storagebox.de:/restic/koishi"; repository = "sftp:u401227@u401227.your-storagebox.de:/restic/yukari/matrix";
timerConfig = { timerConfig = {
OnCalendar = "00:05"; OnCalendar = "00:05";
RandomizedDelaySec = "5h"; RandomizedDelaySec = "5h";