fix: Grafana network port
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user