chore: allow tcp port

This commit is contained in:
tux
2025-03-16 00:41:47 +05:30
parent e257af6b63
commit 5c662fd5be

View File

@ -143,7 +143,7 @@
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [80 443 22 3333]; allowedTCPPorts = [80 443 22 3333 8081];
}; };
}; };