services.anubis.defaultOptions.policy.settings

NixOS option

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 in: nixos/modules/services/networking/anubis.nixView source on NixOS/nixpkgs →