MyNixOS website logo
option

services.pdns-recursor.yaml-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/yamlsettings.html for the available options.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  loglevel = 8;
  log-common-errors = true;
}