summaryrefslogtreecommitdiff
path: root/custom/borgbackup.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/borgbackup.nix')
-rw-r--r--custom/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix
index 49da1975..e0651a43 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -61,7 +61,7 @@ in {
61 Persistent = true; 61 Persistent = true;
62 OnUnitInactiveSec = "6h"; 62 OnUnitInactiveSec = "6h";
63 }; 63 };
64 }) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path; }) tCfg.paths;) cfg.targets))); 64 }) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path; }) tCfg.paths) cfg.targets)));
65 65
66 systemd.services = map (target: nameValuePair "borgbackup-${target}@" (let 66 systemd.services = map (target: nameValuePair "borgbackup-${target}@" (let
67 deps = flatten [ 67 deps = flatten [