mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-25 20:41:27 +00:00
Fix repository URI
This commit is contained in:
parent
84e0ae01f9
commit
2a15727170
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue