summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-07 19:00:40 +0100
committerMel <einebeere@gmail.com>2024-12-07 19:00:46 +0100
commitf98c19100ac3eb73690e2654e6b1fe6b0eed1763 (patch)
tree392a0e6d2c4efcf6740d1ad6dde8444e8d4f4b69
parent934ab7978b824e1cd7a9e8d8284e9fc2cd325eb1 (diff)
downloadnetwork-f98c19100ac3eb73690e2654e6b1fe6b0eed1763.tar.zst
network-f98c19100ac3eb73690e2654e6b1fe6b0eed1763.zip
Use new `usev6` option in ddclient
Signed-off-by: Mel <einebeere@gmail.com>
-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";