From fcc5df954110b2830c24dc29cf033765a373542a Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 24 Sep 2024 20:39:31 +0700 Subject: [PATCH] grafana: removed domain and used root_url instead --- system/services/telemetry/grafana.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/services/telemetry/grafana.nix b/system/services/telemetry/grafana.nix index 6711e10..9d289ff 100644 --- a/system/services/telemetry/grafana.nix +++ b/system/services/telemetry/grafana.nix @@ -33,7 +33,6 @@ in protocol = "http"; # served behind caddy http_addr = "0.0.0.0"; http_port = 44518; - domain = grafanaDomain; root_url = "https://${grafanaDomain}"; enable_gzip = true; };