From 2a157271706baa7dd58a1483a8faefbdd746157b Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 21 Dec 2021 16:43:05 +0300 Subject: [PATCH] Fix repository URI --- backup/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/restic.nix b/backup/restic.nix index 7ebbc0d..970f126 100644 --- a/backup/restic.nix +++ b/backup/restic.nix @@ -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";