fix(utils): open ports for minecraft servers

This commit is contained in:
uku 2024-09-30 18:31:13 +02:00
parent 083bc84f3a
commit f87c3482e6
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,8 @@
// env;
};
networking.firewall.allowedTCPPorts = [port];
services.frp.settings.proxies = [
{
inherit name remotePort;