From 7579b2b7a158be7c93c456fa23020ed4e6f439eb Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 25 Mar 2026 12:23:42 -0500 Subject: [PATCH] fix: Grafana network port --- hosts/unstable/hosea/default.nix | 1 - modules/hm/gui/bookmarks.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/unstable/hosea/default.nix b/hosts/unstable/hosea/default.nix index a03413f..d5f707d 100644 --- a/hosts/unstable/hosea/default.nix +++ b/hosts/unstable/hosea/default.nix @@ -76,7 +76,6 @@ in networking = { defaultGateway = metadata.infra.gw; - firewall.allowedTCPPorts = [ 3000 ]; hostName = "hosea"; interfaces = { "${wanInterface}".useDHCP = true; diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index f5d0a7d..4bbae14 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -247,7 +247,7 @@ bookmarks = [ { name = "Grafana"; - url = "http://hosea.shire-zebra.ts.net:3000/"; + url = "http://hosea.shire-zebra.ts.net:3001/"; } { name = "Prometheus";