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 = {
defaultGateway = metadata.infra.gw;
firewall.allowedTCPPorts = [ 3000 ];
hostName = "hosea";
interfaces = {
"${wanInterface}".useDHCP = true;