summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/borgbackup.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix
index 9c353ba4..005c6e76 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -118,8 +118,8 @@ in {
118 SuccessExitStatus = [1 2]; 118 SuccessExitStatus = [1 2];
119 }; 119 };
120 })) cfg.targets) // (mapAttrs' (target: tCfg: nameValuePair "borgbackup-prune-${target}" { 120 })) cfg.targets) // (mapAttrs' (target: tCfg: nameValuePair "borgbackup-prune-${target}" {
121 bindsTo = "network-online.target"; 121 bindsTo = ["network-online.target"];
122 after = "network-online.target"; 122 after = ["network-online.target"];
123 123
124 script = concatStringsSep "\n" (mapAttrsToList (path: args: '' 124 script = concatStringsSep "\n" (mapAttrsToList (path: args: ''
125 borg prune \ 125 borg prune \