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"; };