From 03714aceb684bc27d0b15e08f680ca0a61c854f8 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 17 Jan 2024 20:30:56 +0300 Subject: [PATCH] Change grafana port to 8000 --- hosts/cube/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cube/grafana.nix b/hosts/cube/grafana.nix index d172c17..f3026a3 100644 --- a/hosts/cube/grafana.nix +++ b/hosts/cube/grafana.nix @@ -38,7 +38,7 @@ in serverSystemConfiguration { server.domain = fqdn; server.http_addr = "::"; - server.http_port = 8999; + server.http_port = 8000; users.default_theme = "system"; };