diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 12:25:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-18 12:25:00 +0100 |
commit | 6aed279ea9fc1026e98ae22581a7433b0b53eba1 (patch) | |
tree | 7ba07179fcbe7dff93c4298bc2849006ea66a093 /hosts/vidhar | |
parent | 0f693ed119c24069c203270140a22eb2cb177536 (diff) | |
download | nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.gz nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.bz2 nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.tar.xz nixos-6aed279ea9fc1026e98ae22581a7433b0b53eba1.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
-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 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 | }); |
74 | in { | 74 | in { |