From f1b767919657d3a82bfa07f4cfcabcab05bb3385 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 31 Mar 2026 18:55:07 -0400 Subject: [PATCH] grafana: remove unused stuff --- services/monitoring.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services/monitoring.nix b/services/monitoring.nix index f63549e..4536612 100644 --- a/services/monitoring.nix +++ b/services/monitoring.nix @@ -738,6 +738,21 @@ in "auth".disable_login_form = true; analytics.reporting_enabled = false; + + feature_toggles.enable = "dataConnectionsConsole=false"; + + users.default_theme = "dark"; + + # Disable unused built-in integrations + alerting.enabled = false; + "unified_alerting".enabled = false; + explore.enabled = false; + news.news_feed_enabled = false; + + plugins = { + enable_alpha = false; + plugin_admin_enabled = false; + }; }; provision = {