services.discourse.plugins

NixOS option

Plugins to install as part of Discourse, expressed as a list of derivations.

type: list of package
Default
[ ]
Example
with config.services.discourse.package.plugins; [
  discourse-canned-replies
  discourse-github
];
declared in: nixos/modules/services/web-apps/discourse.nixView source on NixOS/nixpkgs →