summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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 b1bdde04..7da88946 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 : ${makeBinPath (with pkgs; [utillinux borgbackup])} 74 --prefix PATH : ${config.security.wrapperDir}:${makeBinPath (with pkgs; [borgbackup])}
75 ''; 75 '';
76 }); 76 });
77in { 77in {