services.mastodon.redis.port

NixOS option

Redis port.

type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if config.services.mastodon.redis.createLocally && !config.services.mastodon.redis.enableUnixSocket then 31637 else null
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →