services.pretix.settings.celery.broker

NixOS option

URI to the celery broker used for the asynchronous job queue.

type: string
Default
redis+socket://${config.services.redis.servers.pretix.unixSocket}?virtual_host=2
declared in: nixos/modules/services/web-apps/pretix.nixView source on NixOS/nixpkgs →