services.ncdns.dnssec.keys.public

NixOS option

Path to the file containing the KSK public key. The key can be generated using the dnssec-keygen command, provided by the package bind as follows: $ dnssec-keygen -a RSASHA256 -3 -b 2048 -f KSK bit

type: absolute path
Default
"/var/lib/ncdns/bit.key"
declared in: nixos/modules/services/networking/ncdns.nixView source on NixOS/nixpkgs →