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 path
Default
null
Example
pkgs.writeText "duckdns-domains.txt" ''
  examplehost
  examplehost2
  examplehost3
''
declared in: nixos/modules/services/misc/duckdns.nixView source on NixOS/nixpkgs →