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 valueDefault
{ }Example
declared in: nixos/modules/services/networking/pdns-recursor.nixView source on NixOS/nixpkgs →{
loglevel = 8;
log-common-errors = true;
}