modules/redis: listen on default port

This commit is contained in:
Max Headroom 2022-05-31 10:23:57 +02:00
parent 90387c419d
commit 4c45c05465

View file

@ -1,5 +1,6 @@
{
services.redis.servers.default = {
enable = true;
port = 6379;
};
}