From ba403a3a0bdb531314b9204602297498bc7e1c26 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 27 Sep 2022 00:25:38 -0400 Subject: [PATCH] Fix borg excludes --- modules/linux/services/borg.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/linux/services/borg.nix b/modules/linux/services/borg.nix index 06ccf29..e7795d0 100644 --- a/modules/linux/services/borg.nix +++ b/modules/linux/services/borg.nix @@ -23,7 +23,8 @@ with lib; { "/home/${config.nathan.config.user}/*/Cache" "/home/*/Downloads" "/var/dislocker" - ]; + "/var/cache" + ] ++ config.nathan.services.borg.extraExcludes; repo = "${config.nathan.services.borg.location}/${config.networking.hostName}"; encryption = { mode = "repokey-blake2";