services.hickory-dns.configFile
Path to an existing toml file to configure hickory-dns with.
This can usually be left unspecified, in which case it will be
generated from the values in settings.
If manually specified, then the options in settings are ignored.
- Type
absolute path- Default
let toml = pkgs.formats.toml { }; in toml.generate "hickory-dns.toml" cfg.settings- Declared
- <nixpkgs/nixos/modules/services/networking/hickory-dns.nix>