diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 12:27:13 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 12:27:13 +0100 |
commit | 65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce (patch) | |
tree | 45c609b4c62c207a62338f394a115d5b36060d07 /hosts/vidhar/borg/default.nix | |
parent | 6b21fa7f2721c2db59c6ade2bd730f21bec29b79 (diff) | |
download | nixos-65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce.tar nixos-65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce.tar.gz nixos-65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce.tar.bz2 nixos-65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce.tar.xz nixos-65b93ec8b7c935bc1beb11a9b4e2b852c7df11ce.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar/borg/default.nix')
-rw-r--r-- | hosts/vidhar/borg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix index de6a0854..1f9936ce 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; [fuse utillinux borgbackup])} | 71 | --prefix PATH : ${makeBinPath (with pkgs; [utillinux borgbackup])}:${config.security.wrapperDir} |
72 | ''; | 72 | ''; |
73 | }); | 73 | }); |
74 | in { | 74 | in { |