services.anubis.defaultOptions.policy.settings

Additional policy settings merged into the policy file.

Common settings include dnsbl, store, logging, thresholds, impressum, openGraph, and statusCodes.

See the documentation for available options.

Type
JSON value
Default
{ }
Example
{
  dnsbl = false;
  store = {
    backend = "bbolt";
    parameters.path = "/var/lib/anubis/data.bdb";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/anubis.nix>