{ me, ... }: let domain = "rnrd.eu"; in { services.ddclient = { enable = true; # NameCheap DDNS parameters use = "web, web=dynamicdns.park-your-domain.com/getip"; protocol = "namecheap"; server = "dynamicdns.park-your-domain.com"; username = "rnrd.eu"; domains = [ "${me.name}.${domain}" ]; # TODO: use age passwordFile = "/home/mel/ddclient.pw"; }; }