fix: Grafana network port
This commit is contained in:
@@ -76,7 +76,6 @@ in
|
||||
|
||||
networking = {
|
||||
defaultGateway = metadata.infra.gw;
|
||||
firewall.allowedTCPPorts = [ 3000 ];
|
||||
hostName = "hosea";
|
||||
interfaces = {
|
||||
"${wanInterface}".useDHCP = true;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user