services.mattermost.plugins
Plugins to add to the configuration. Overrides any installed if non-null.
This is a list of paths to .tar.gz files or derivations evaluating to
.tar.gz files. You can use mattermost.buildPlugin to build plugins;
see the NixOS documentation for more details.
- Type
list of (absolute path or package)- Default
[ ]- Example
"[ ./com.github.moussetc.mattermost.plugin.giphy-2.0.0.tar.gz ]"- Declared
- <nixpkgs/nixos/modules/services/web-apps/mattermost.nix>