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 valueDefault
{ }Example
declared in: nixos/modules/services/networking/anubis.nixView source on NixOS/nixpkgs →{
dnsbl = false;
store = {
backend = "bbolt";
parameters.path = "/var/lib/anubis/data.bdb";
};
}