0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/mattermost: disable telemetry by default

We should disable telemetry but enable security update checks. Make both
controlable in the module without digging into settings.

Disabling telemetry also makes NixOS tests faster because the server
tries to send telemetry on first start.
This commit is contained in:
Morgan Jones 2025-01-25 17:23:39 -08:00 committed by Valentin Gagarin
parent cbdbe58680
commit fc3f7c17e2
2 changed files with 29 additions and 1 deletions

View file

@ -48,6 +48,7 @@ import ../make-test-python.nix (
database = {
peerAuth = lib.mkDefault true;
};
telemetry.enableSecurityAlerts = false;
settings = {
SupportSettings.AboutLink = "https://nixos.org";
PluginSettings.AutomaticPrepackagedPlugins = false;