Refactor
All checks were successful
/ check (push) Successful in 1m9s

This commit is contained in:
Oliver Davies 2025-08-17 22:54:15 +01:00
parent 671dcfe5c2
commit 7cfaea5e97

View file

@ -81,11 +81,9 @@ in
};
};
cloudflared.tunnels."e1514105-327f-4984-974e-e2fbaca76466" = {
ingress = {
"oliverdavies.uk" = "http://localhost:${toString port}";
"www.oliverdavies.uk" = "http://localhost:${toString port}";
};
cloudflared.tunnels."e1514105-327f-4984-974e-e2fbaca76466".ingress = {
"oliverdavies.uk" = "http://localhost:${toString port}";
"www.oliverdavies.uk" = "http://localhost:${toString port}";
};
};
}