From 0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 28 Jun 2023 14:09:55 +0200 Subject: [PATCH] nixos/grafana: disable updater by default (#240323) --- nixos/modules/services/monitoring/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix index 12f891968080..571b9a3aeebd 100644 --- a/nixos/modules/services/monitoring/grafana.nix +++ b/nixos/modules/services/monitoring/grafana.nix @@ -1126,7 +1126,7 @@ in It will notify, via the UI, when a new version is available. The check itself will not prompt any auto-updates of the Grafana software, nor will it send any sensitive information. ''; - default = true; + default = false; type = types.bool; };