services.hickory-dns.settings.zones.*.file

NixOS option

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 in: nixos/modules/services/networking/hickory-dns.nixView source on NixOS/nixpkgs →