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:
parent
3673ded392
commit
8e21a1c51b
@ -221,6 +221,8 @@ in
|
|||||||
|
|
||||||
services.privoxy.settings = {
|
services.privoxy.settings = {
|
||||||
user-manual = "${pkgs.privoxy}/share/doc/privoxy/user-manual";
|
user-manual = "${pkgs.privoxy}/share/doc/privoxy/user-manual";
|
||||||
|
# This is needed for external filters
|
||||||
|
temporary-directory = "/tmp";
|
||||||
filterfile = [ "default.filter" ];
|
filterfile = [ "default.filter" ];
|
||||||
actionsfile =
|
actionsfile =
|
||||||
[ "match-all.action"
|
[ "match-all.action"
|
||||||
|
Loading…
Reference in New Issue
Block a user