Skip to content

redis

Configure and deploy Redis

Builds Redis from nixpkgs and creates an s6 service with Unix socket configuration.

Variables

Variable Type Default Description
redis_enabled boolean false Enable the Redis service
redis_group string {{ redis_user }} System group for the Redis service
redis_socket path /run/redis/redis.sock Path to the Redis Unix socket
redis_user string redis System user for the Redis service