services.pretalx.plugins

NixOS option

Pretalx plugins to install into the Python environment.

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