diff options
| -rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 115 | IOSchedulingPriority = 7; | 115 | IOSchedulingPriority = 7; |
| 116 | SuccessExitStatus = [1 2]; | 116 | SuccessExitStatus = [1 2]; |
| 117 | }; | 117 | }; |
| 118 | }))) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path tCfg; }) tCfg.paths) cfg.targets))); | 118 | })) (flatten (mapAttrsToList (target: tCfg: map (path: { inherit target path tCfg; }) tCfg.paths) cfg.targets))); |
| 119 | }; | 119 | }; |
| 120 | } | 120 | } |
