MyNixOS website logo
option

services.duckdns.domainsFile

The path to a file containing a newline-separated list of DuckDNS domain(s) to be updated (without the .duckdns.org suffix)

Declarations
Type
null or path
Default
null
Example
pkgs.writeText "duckdns-domains.txt" ''
  examplehost
  examplehost2
  examplehost3
''