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
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →{
MM_SERVICESETTINGS_SITEURL = "http://example.com";
}