nixos/grafana: disable updater by default (#240323)

This commit is contained in:
Sandro
2023-06-28 14:09:55 +02:00
committed by GitHub
parent 5e7b8c5803
commit 0a5cb5c47e
@@ -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;
};