services.hickory-dns.configFile
NixOS option
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 pathDefault
declared in: nixos/modules/services/networking/hickory-dns.nixView source on NixOS/nixpkgs →let toml = pkgs.formats.toml { }; in toml.generate "hickory-dns.toml" cfg.settings