services.cloudflare-ddns.ip6Domains

NixOS option

Explicit list of domains to manage only for IPv6. If set, overrides domains for IPv6. Corresponds to the IP6_DOMAINS environment variable.

type: null or (list of string)
Default
null
Example
[
  "ipv6.example.com"
]
declared in: nixos/modules/services/networking/cloudflare-ddns.nixView source on NixOS/nixpkgs →