From 24bb5ddb8c82c88bed473ac59d383b13df55d9be Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 3 Mar 2026 13:27:50 +0100 Subject: [PATCH] Bloody typo... --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 71750fc..571b981 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -681,7 +681,7 @@ in { ########################################### ## Change the IP@Cloudflare using the API ########################################### - update=$(q${pkgs.curl}/bin/curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/''$zone_identifier/dns_records/''$record_identifier" \ + update=$(${pkgs.curl}/bin/curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/''$zone_identifier/dns_records/''$record_identifier" \ -H "X-Auth-Email: ''$auth_email" \ -H "''$auth_header ''$auth_key" \ -H "Content-Type: application/json" \