mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
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 = {
|
||||
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 New Issue
Block a user