MyNixOS website logo

Thunderbird enterprise policies. See the list of policies.

Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  DisableTelemetry = true;
  ExtensionSettings = {
    "[email protected]" = {
      install_url = "https://addons.thunderbird.net/thunderbird/downloads/latest/addon-compatibility-check/latest.xpi";
      installation_mode = "normal_installed";
    };
  };
}