fix: path to backup backet

pull/24/head
Inex Code 2022-11-08 02:49:12 +03:00
parent eab3d1e761
commit 5210e610df
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ in
services.restic.backups = { services.restic.backups = {
options = { options = {
passwordFile = "/etc/restic/resticPasswd"; passwordFile = "/etc/restic/resticPasswd";
repository = "s3:s3.anazonaws.com/${cfg.backblaze.bucket}"; repository = "s3:s3.anazonaws.com/${cfg.backup.bucket}";
initialize = true; initialize = true;
paths = [ paths = [
"/var/dkim" "/var/dkim"