fix: Grafana network port

This commit is contained in:
Greg Hellings
2026-03-25 12:24:03 -05:00
parent 1a578ff032
commit 7579b2b7a1
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -76,7 +76,6 @@ in
networking = { networking = {
defaultGateway = metadata.infra.gw; defaultGateway = metadata.infra.gw;
firewall.allowedTCPPorts = [ 3000 ];
hostName = "hosea"; hostName = "hosea";
interfaces = { interfaces = {
"${wanInterface}".useDHCP = true; "${wanInterface}".useDHCP = true;
+1 -1
View File
@@ -247,7 +247,7 @@
bookmarks = [ bookmarks = [
{ {
name = "Grafana"; name = "Grafana";
url = "http://hosea.shire-zebra.ts.net:3000/"; url = "http://hosea.shire-zebra.ts.net:3001/";
} }
{ {
name = "Prometheus"; name = "Prometheus";