services.pretalx.gunicorn.extraArgs
NixOS option
Extra arguments to pass to gunicorn. See https://docs.pretalx.org/administrator/installation.html#step-6-starting-pretalx-as-a-service for details.
type: list of stringDefault
[ "--name=pretalx" ]
Example
declared in: nixos/modules/services/web-apps/pretalx.nixView source on NixOS/nixpkgs →[ "--name=pretalx" "--workers=4" "--max-requests=1200" "--max-requests-jitter=50" "--log-level=info" ]