make the port work

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-01-31 21:53:27 -05:00
parent 27f8fc0b3b
commit 1fe60a25e2
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,10 @@
};
services.tailscale.enable = true;
services.redis.enable = true;
services.redis.servers.main = {
enable = true;
port = 6379;
};
services.avahi = {
enable = true;