diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix index 032ae6377..351afbc1d 100644 --- a/modules/services/lorri.nix +++ b/modules/services/lorri.nix @@ -34,7 +34,7 @@ in ProtectHome = "read-only"; Restart = "on-failure"; Environment = - let path = with pkgs; makeSearchPath "bin" [ nix gnutar gzip ]; + let path = with pkgs; makeSearchPath "bin" [ nix gitMinimal gnutar gzip ]; in "PATH=${path}"; }; };