From 2140a07f2d105b4d5906f06287e5183461b80542 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 04:09:24 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') 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 { Persistent = true; OnUnitInactiveSec = "6h"; }; - }) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path; }) tCfg.paths;) cfg.targets))); + }) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path; }) tCfg.paths) cfg.targets))); systemd.services = map (target: nameValuePair "borgbackup-${target}@" (let deps = flatten [ -- cgit v1.2.3