From bba25b03391ec447d622c3d5a16501fbf9fe9b1f Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 18 Jul 2024 22:01:46 +0530 Subject: [PATCH] rico0: configure grafana --- hosts/rico0/services/apps/grafana.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/rico0/services/apps/grafana.nix b/hosts/rico0/services/apps/grafana.nix index e1685c0..e1d9415 100644 --- a/hosts/rico0/services/apps/grafana.nix +++ b/hosts/rico0/services/apps/grafana.nix @@ -16,6 +16,12 @@ _: { http_addr = "127.0.0.1"; http_port = 9091; }; + analytics = { + enable = false; + }; + panels = { + disable_sanitize_html = true; + }; }; }; };