services.pretalx.settings.redis.location

NixOS option

URI to the redis server, used to speed up locking, caching and session storage.

type: null or string
Default
"unix://${config.services.redis.servers.pretalx.unixSocket}?db=0"
declared in: nixos/modules/services/web-apps/pretalx.nixView source on NixOS/nixpkgs →