MyNixOS website logo
option

services.pdns-recursor.settings

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/settings.html for the available options.

Declarations
Type
attribute set of (null or signed integer or string or boolean or path or list of (signed integer or string or boolean or path))
Default
{ }
Example
{
  loglevel = 8;
  log-common-errors = true;
}