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