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