Unverified Commit 28f90ef9 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

nixos/grafana: turn off vendor telemetry (#463756)

parents c9dde7e8 556233cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -475,6 +475,8 @@ and [release notes for v18](https://goteleport.com/docs/changelog/#1800-070325).

- `services.restic.backups` now includes a `command` option for passing a command to the [--stdin-from-command](https://github.com/restic/restic/pull/4410) flag.

- `services.grafana` does no longer send usage statistics by default.

- `services.postsrsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the [services.postsrsd.configurePostfix](#opt-services.postsrsd.configurePostfix) option.

- `services.pfix-srsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the [services.pfix-srsd.configurePostfix](#opt-services.pfix-srsd.configurePostfix) option.
+1 −1
Original line number Diff line number Diff line
@@ -1267,7 +1267,7 @@ in
                No IP addresses are being tracked, only simple counters to track running instances, versions, dashboard and error counts.
                Counters are sent every 24 hours.
              '';
              default = true;
              default = false;
              type = types.bool;
            };