summaryrefslogtreecommitdiff
path: root/hosts/vidhar/borg
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/borg')
-rw-r--r--hosts/vidhar/borg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix
index 7da88946..b1bdde04 100644
--- a/hosts/vidhar/borg/default.nix
+++ b/hosts/vidhar/borg/default.nix
@@ -71,7 +71,7 @@ let
71 copy 71 copy
72 72
73 wrapProgram $out/bin/copy \ 73 wrapProgram $out/bin/copy \
74 --prefix PATH : ${config.security.wrapperDir}:${makeBinPath (with pkgs; [borgbackup])} 74 --prefix PATH : ${makeBinPath (with pkgs; [utillinux borgbackup])}
75 ''; 75 '';
76 }); 76 });
77in { 77in {