GUH73C3BT6V7LCWJXJA6MITGDRPIKC52ZTOUVOB4JX2WIFR4XSHQC
{config, pkgs, ...}:
{
services.ddclient = {
enable = true;
protocol = "namecheap";
domains = ["arvinderd.com" "www.arvinderd.com"];
passwordFile = config.age.secrets."dyndns/password.priv".path;
username = "arvinderd.com";
};
age.secrets."dyndns/password.priv".file = ../../secrets/dyndns/password.priv;
}