summaryrefslogtreecommitdiff
path: root/hosts/vidhar/borg
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-18 12:25:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-18 12:25:00 +0100
commit6aed279ea9fc1026e98ae22581a7433b0b53eba1 (patch)
tree7ba07179fcbe7dff93c4298bc2849006ea66a093 /hosts/vidhar/borg
parent0f693ed119c24069c203270140a22eb2cb177536 (diff)
downloadnixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar
nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.gz
nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.bz2
nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.xz
nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.zip
vidhar: ...
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 377f4cc8..13abf534 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])}:${config.security.wrapperDir} 71 --prefix PATH : ${makeBinPath (with pkgs; [fuse utillinux borgbackup bindfs])}
72 ''; 72 '';
73 }); 73 });
74in { 74in {