From 7cfaea5e97751360cda22a736111ccde6346f1ba Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 17 Aug 2025 22:54:15 +0100 Subject: [PATCH] Refactor --- .../nixedo/modules/nginx/www.oliverdavies.uk/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix index 6c28884c..cfae1427 100644 --- a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix +++ b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/default.nix @@ -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}"; }; }; }