MyNixOS website logo
option

services.mattermost.environmentFile

Environment file (see systemd.exec(5) "EnvironmentFile=" section for the syntax) which sets config options for mattermost (see the mattermost documentation).

Settings defined in the environment file will overwrite settings set via nix or via the services.mattermost.extraConfig option.

Useful for setting config options without their value ending up in the (world-readable) nix store, e.g. for a database password.

Declarations
Type
null or path
Default
null