summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-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 4dba6caf..377f4cc8 100644
--- a/hosts/vidhar/borg/default.nix
+++ b/hosts/vidhar/borg/default.nix
@@ -68,7 +68,7 @@ let
68 copy 68 copy
69 69
70 wrapProgram $out/bin/copy \ 70 wrapProgram $out/bin/copy \
71 --prefix PATH : ${makeBinPath (with pkgs; [utillinux borgbackup bindfs])} 71 --prefix PATH : ${makeBinPath (with pkgs; [utillinux borgbackup bindfs])}:${config.security.wrapperDir}
72 ''; 72 '';
73 }); 73 });
74in { 74in {