nixos/privoxy: set temporary directory

This is needed for working external filters, otherwise privoxy will fail
without a clear error message.
This commit is contained in:
rnhmjoj 2021-03-05 16:16:55 +01:00
parent 3673ded392
commit 8e21a1c51b
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -221,6 +221,8 @@ in
services.privoxy.settings = {
user-manual = "${pkgs.privoxy}/share/doc/privoxy/user-manual";
# This is needed for external filters
temporary-directory = "/tmp";
filterfile = [ "default.filter" ];
actionsfile =
[ "match-all.action"