22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-01 05:49:22 +02:00
This commit is contained in:
Sandro - 2023-01-04 01:08:25 +01:00
parent f8b9ee8d23
commit 7e7c1b6c04
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,7 +9,7 @@ in
};
config = lib.mkIf cfg.enable {
services.grafana.settings = lib.mkIf cfg.opinionatedDefaults (libS.modules.mkRecursiveDefault {
services.grafana.settings = lib.mkIf cfg.recommendedDefaults (libS.modules.mkRecursiveDefault {
analytics = {
check_for_updates = false;
reporting_enabled = false;