services.mattermost.plugins
NixOS option
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
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →"[ ./com.github.moussetc.mattermost.plugin.giphy-2.0.0.tar.gz ]"