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" \