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 47714e83..50a5db61 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -73,7 +73,7 @@ in {
73 bindsTo = deps; 73 bindsTo = deps;
74 after = deps; 74 after = deps;
75 75
76 path = with pkgs; [borgbackup]; 76 path = with pkgs; [borgbackup] ++ optional (tCfg.lock != null) util-linux;
77 77
78 script = let 78 script = let
79 borgCmd = '' 79 borgCmd = ''