services.cloudflare-ddns.domains
NixOS option
List of domain names (FQDNs) to manage. Wildcards like *.example.com are supported. These domains will be managed for both IPv4 and IPv6 unless overridden by ip4Domains or ip6Domains, or if the respective providers are disabled. This corresponds to the DOMAINS environment variable.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/cloudflare-ddns.nixView source on NixOS/nixpkgs →[ "home.example.com" "*.dynamic.example.org" ]