services.duckdns.domainsFile
NixOS option
The path to a file containing a newline-separated list of DuckDNS domain(s) to be updated (without the .duckdns.org suffix)
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/misc/duckdns.nixView source on NixOS/nixpkgs →pkgs.writeText "duckdns-domains.txt" '' examplehost examplehost2 examplehost3 ''