diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 13:38:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 13:38:47 +0100 |
commit | c7fe4aff8fe2b5877ea03c8c864445c9339debba (patch) | |
tree | 3f9df60571f0fc50d7ccfa3f7526c05dd53b65fd | |
parent | b53adfffd50440aec3d02ef49b5d0c55b2c82644 (diff) | |
download | nixos-c7fe4aff8fe2b5877ea03c8c864445c9339debba.tar nixos-c7fe4aff8fe2b5877ea03c8c864445c9339debba.tar.gz nixos-c7fe4aff8fe2b5877ea03c8c864445c9339debba.tar.bz2 nixos-c7fe4aff8fe2b5877ea03c8c864445c9339debba.tar.xz nixos-c7fe4aff8fe2b5877ea03c8c864445c9339debba.zip |
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 88fcc1ed..cdb94e26 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 : ${config.security.wrapperDir}:${makeBinPath (with pkgs; [borgbackup])} | 70 | --prefix PATH : ${makeBinPath (with pkgs; [utillinux borgbackup])} |
71 | ''; | 71 | ''; |
72 | }; | 72 | }; |
73 | in { | 73 | in { |