From f85e117878e1f0205fd53604bf13e705bd5f5b93 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Thu, 13 Jun 2024 14:35:36 -0700 Subject: [PATCH] fix(ddclient): `use` config changes --- nixos/ddclient.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/ddclient.nix b/nixos/ddclient.nix index e345a4ce..fb34161a 100644 --- a/nixos/ddclient.nix +++ b/nixos/ddclient.nix @@ -13,9 +13,8 @@ in { username = mkDefault "token"; protocol = mkDefault "cloudflare"; zone = mkDefault config.networking.domain; - use = "no"; usev6 = mkIf config.networking.enableIPv6 (mkDefault "webv6, webv6=https://ipv6.nsupdate.info/myip"); - usev4 = mkDefault "webv4, webv6=https://ipv6.nsupdate.info/myip"; + usev4 = mkDefault "webv4, webv4=https://ipv4.nsupdate.info/myip"; domains = []; extraConfig = '' max-interval=1d