From 5210e610dffec801a84c34c55dcffc3eae778b9a Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 8 Nov 2022 02:49:12 +0300 Subject: [PATCH] fix: path to backup backet --- backup/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/restic.nix b/backup/restic.nix index 55dd939..6b85e82 100644 --- a/backup/restic.nix +++ b/backup/restic.nix @@ -6,7 +6,7 @@ in services.restic.backups = { options = { passwordFile = "/etc/restic/resticPasswd"; - repository = "s3:s3.anazonaws.com/${cfg.backblaze.bucket}"; + repository = "s3:s3.anazonaws.com/${cfg.backup.bucket}"; initialize = true; paths = [ "/var/dkim"