services.ncdns.dnssec.enable

NixOS option

Whether to enable DNSSEC support in ncdns. This will generate KSK and ZSK keypairs (unless provided via the options services.ncdns.dnssec.publicKey, services.ncdns.dnssec.privateKey etc.) and add a trust anchor to recursive resolvers .

type: boolean
Default
false
Example
true
declared in: nixos/modules/services/networking/ncdns.nixView source on NixOS/nixpkgs →