services.unbound.checkconf
NixOS option
Whether to check the resulting config file with unbound checkconf for syntax errors. If settings.include is used, this options is disabled, as the import can likely not be accessed at build time. If settings.remote-control is used, this option is disabled, too as the control-key-file, server-cert-file and server-key-file cannot be accessed at build time.
type: booleanDefault
declared in: nixos/modules/services/networking/unbound.nixView source on NixOS/nixpkgs →"!services.unbound.settings ? include && !services.unbound.settings ? remote-control"