6 lines
82 B
Nix
6 lines
82 B
Nix
{
|
|
services.redis.servers.default = {
|
|
enable = true;
|
|
port = 6379;
|
|
};
|
|
}
|