MyNixOS website logo
option

services.redis.servers.<name>.unixSocket

The path to the socket to bind to.

Declarations
Type
null or path
Default
if name == "" then "/run/redis/redis.sock" else "/run/redis-${name}/redis.sock"