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

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"