feat: several fixes & updates

This commit is contained in:
Xavier Morel
2025-11-15 18:53:32 +01:00
parent 92f0a1ef19
commit e0335cb666
13 changed files with 143 additions and 308 deletions

View File

@@ -12,11 +12,12 @@ in
services.grafana = {
enable = true;
openFirewall = true;
declarativePlugins = [
pkgs.grafanaPlugins.grafana-mqtt-datasource
pkgs.grafanaPlugins.grafana-lokiexplore-app
pkgs.grafanaPlugins.grafana-metricsdrilldown-app
];
## NOTE: Installs the plugins but it doesn't work ... however then removing declarative plugins make them work...
# declarativePlugins = [
# pkgs.grafanaPlugins.grafana-mqtt-datasource
# pkgs.grafanaPlugins.grafana-lokiexplore-app
# pkgs.grafanaPlugins.grafana-metricsdrilldown-app
# ];
provision = {
enable = true;
alerting = { };
@@ -43,7 +44,7 @@ in
analytics = {
feedback_links_enabled = false;
reporting_enabled = false;
check_for_plugin_updates = false;
check_for_plugin_updates = true;
check_for_updates = false;
};
database = {