Fix repository URI

b2-backups
Inex Code 2021-12-21 16:43:05 +03:00
parent 84e0ae01f9
commit 2a15727170
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ in
services.restic.backups = {
varBackup = {
passwordFile = "/var/lib/restic/pass";
repository = "rclone:backblaze:${cfg.backblaze.bucket}:/sfbackup";
repository = "rclone:${cfg.backblaze.bucket}:/sfbackup";
extraOptions = [ "rclone.args='serve restic --stdio'" ];
rcloneConfig = {
type = "b2";