services.privoxy.settings.actionsfile

NixOS option

List of paths to Privoxy action files. These paths may either be absolute or relative to the privoxy configuration directory.

type: list of string
Default
[
  "match-all.action"
  "default.action"
]
declared in: nixos/modules/services/networking/privoxy.nixView source on NixOS/nixpkgs →