services.ncdns.dnssec.keys.public
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
- <nixpkgs/nixos/modules/services/networking/ncdns.nix>