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
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue