summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix
index ad351a20..200194a2 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -51,7 +51,7 @@ in {
51 }; 51 };
52 }; 52 };
53 53
54 config = mkIf (any (t: t.paths != []) cfg.targets) { 54 config = mkIf (any (t: t.paths != []) (attrValues cfg.targets) {
55 services.btrfs-snapshots.enable = mkIf (cfg.snapshots == "btrfs") true; 55 services.btrfs-snapshots.enable = mkIf (cfg.snapshots == "btrfs") true;
56 56
57 systemd.timers = listToAttrs (map (target: path: nameValuePair "borgbackup-${target}@${path}" { 57 systemd.timers = listToAttrs (map (target: path: nameValuePair "borgbackup-${target}@${path}" {