services.mattermost.environment

NixOS option

Extra environment variables to export to the Mattermost process from the systemd unit configuration.

type: attribute set of (signed integer or string)
Default
{ }
Example
{
  MM_SERVICESETTINGS_SITEURL = "http://example.com";
}
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →