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:
parent
cbdbe58680
commit
fc3f7c17e2
2 changed files with 29 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue