From 1b60145362eb9bef9a8bec0867cc4b78b912ef38 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 1 Oct 2024 18:56:14 -0400 Subject: [PATCH] slateport/ddclient: migrate use -> usev4 --- hosts/slateport/raffauflabs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slateport/raffauflabs.nix b/hosts/slateport/raffauflabs.nix index 0079ab31..4ab2407a 100644 --- a/hosts/slateport/raffauflabs.nix +++ b/hosts/slateport/raffauflabs.nix @@ -31,7 +31,7 @@ in { passwordFile = config.age.secrets.cloudflare.path; protocol = "cloudflare"; ssl = true; - use = "web, web=dynamicdns.park-your-domain.com/getip, web-skip='Current IP Address: '"; + usev4 = "web, web=dynamicdns.park-your-domain.com/getip, web-skip='Current IP Address: '"; username = "token"; zone = domain; };