diff --git a/hosts/nixedo/modules/cloudflared.nix b/hosts/nixedo/modules/cloudflared.nix index 8038c8d8..06b36352 100644 --- a/hosts/nixedo/modules/cloudflared.nix +++ b/hosts/nixedo/modules/cloudflared.nix @@ -9,9 +9,7 @@ default = "http_status:404"; ingress = { - "test.oliverdavies.uk" = { - service = "http://localhost:8000"; - }; + "bootstrap-with-tailwind.oliverdavies.uk" = "http://localhost:8000"; }; }; };