summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/grafana.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-06-28 14:09:55 +0200
committerGitHub <noreply@github.com>2023-06-28 14:09:55 +0200
commit0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6 (patch)
tree6a16497fe57ca7aafa004751354e5461946acf91 /nixos/modules/services/monitoring/grafana.nix
parent5e7b8c580393a1ef9b5f357d3fc2cd1690ae0ab1 (diff)
downloadnixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar.gz
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar.bz2
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar.lz
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar.xz
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.tar.zst
nixpkgs-0a5cb5c47eb06f4150bd5a5ade7c2a9e28ee03a6.zip
nixos/grafana: disable updater by default (#240323)
Diffstat (limited to 'nixos/modules/services/monitoring/grafana.nix')
-rw-r--r--nixos/modules/services/monitoring/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 12f89196808..571b9a3aeeb 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;
             };