services.pretix.plugins

NixOS option

Pretix plugins to install into the Python environment.

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