From da789b5a94b4a4df6c8cf846261d98fc02042605 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 6 Feb 2024 09:15:06 +0300 Subject: [PATCH] Fix grafana config --- 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 84b14d6..ceeea31 100644 --- a/hosts/cube/grafana.nix +++ b/hosts/cube/grafana.nix @@ -37,7 +37,7 @@ in serverSystemConfiguration { database.user = "grafana"; server.domain = fqdn; - server.http_addr = "::"; + server.http_addr = "[::]"; server.http_port = 8000; users.default_theme = "system";