services.mastodon.redis.host

NixOS option

Redis host.

type: null or string
Default
if config.services.mastodon.redis.createLocally && !config.services.mastodon.redis.enableUnixSocket then "127.0.0.1" else null
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →