MyNixOS website logo
option

services.pretalx.finalPackage

The effective pretalx package used. This is the base package with the selected plugins applied.

Declarations
Type
package
Default
''
  config.services.package.override {
    inherit (config.services.pretalx) plugins;
  }
''