services.pdns-recursor.settings

NixOS option

PowerDNS Recursor settings. Use this option to configure Recursor settings not exposed in a NixOS option or to bypass one. See the full documentation at https://doc.powerdns.com/recursor/yamlsettings.html for the available options.

type: YAML 1.1 value
Default
{ }
Example
{
  loglevel = 8;
  log-common-errors = true;
}
declared in: nixos/modules/services/networking/pdns-recursor.nixView source on NixOS/nixpkgs →