From 7d546cab4ea2feed3ffbcb87a72ffd2917bbde7a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 14:23:10 +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(-) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index c08168ed..08cfffda 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -115,6 +115,6 @@ in { IOSchedulingPriority = 7; SuccessExitStatus = [1 2]; }; - }))) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path tCfg; }) tCfg.paths) cfg.targets))); + })) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path tCfg; }) tCfg.paths) cfg.targets))); }; } -- cgit v1.2.3