services.hickory-dns.settings.zones.*.file
Path to the .zone file.
If not fully-qualified, this path will be interpreted relative to the directory option.
If omitted, defaults to the value of the zone option suffixed with ".zone" when zone_type isn't External; otherwise, defaults to null.
- Type
null or absolute path or string- Default
if config.zone_type != "External" then "${config.zone}.zone" else null- Declared
- <nixpkgs/nixos/modules/services/networking/hickory-dns.nix>