fix: add grafana file and open Grafana port
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-03-25 11:40:00 -05:00
parent 4eebf07f6b
commit 1a578ff032
2 changed files with 40 additions and 2 deletions
+3 -2
View File
@@ -75,9 +75,9 @@ in
};
networking = {
hostName = "hosea";
nameservers = [ metadata.infra.dns ];
defaultGateway = metadata.infra.gw;
firewall.allowedTCPPorts = [ 3000 ];
hostName = "hosea";
interfaces = {
"${wanInterface}".useDHCP = true;
"${lanInterface}" = {
@@ -90,6 +90,7 @@ in
];
};
};
nameservers = [ metadata.infra.dns ];
};
services = {