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 d92e930c..88fcc1ed 100644
--- a/hosts/vidhar/borg/default.nix
+++ b/hosts/vidhar/borg/default.nix
@@ -67,7 +67,7 @@ let
67 copy 67 copy
68 68
69 wrapProgram $out/bin/copy \ 69 wrapProgram $out/bin/copy \
70 --prefix PATH : ${makeBinPath (with pkgs; [borgbackup utillinux])} 70 --prefix PATH : ${config.security.wrapperDir}:${makeBinPath (with pkgs; [borgbackup])}
71 ''; 71 '';
72 }; 72 };
73in { 73in {