services.acme-dns.settings.general.records
NixOS option
Predefined DNS records served in addition to the _acme-challenge TXT records.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/acme-dns.nixView source on NixOS/nixpkgs →[ # replace with your acme-dns server's public IPv4 "acme-dns.example.com. A 198.51.100.1" # replace with your acme-dns server's public IPv6 "acme-dns.example.com. AAAA 2001:db8::1" # acme-dns.example.com should resolve any *.acme-dns.example.com records "acme-dns.example.com. NS acme-dns.example.com." ]