summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ddns.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/ddns.nix b/modules/ddns.nix
index 8ee9afd..c24ac87 100644
--- a/modules/ddns.nix
+++ b/modules/ddns.nix
@@ -15,10 +15,7 @@ in
 
     # dyn.com no longer supports HTTPS :(
     # See: https://github.com/ddclient/ddclient/issues/597
-    # TODO: Update to new usev6 option in 24.11
-    extraConfig = ''
-      usev6=webv6, webv6=ipv6.icanhazip.com/
-    '';
+    usev6 = "webv6, webv6=ipv6.icanhazip.com/";
     protocol = "cloudflare";
 
     username = "token";