modules/redis: listen on default port
This commit is contained in:
parent
90387c419d
commit
4c45c05465
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
services.redis.servers.default = {
|
||||
enable = true;
|
||||
port = 6379;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue