From 4a5ed43fa7ace396c1f73e80b8d32d1251fbca7e Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 14 Jun 2025 12:27:41 +0300 Subject: [PATCH] add minecraft port --- modules/graphical-interface.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical-interface.nix b/modules/graphical-interface.nix index 41bb076..7d5f6ce 100644 --- a/modules/graphical-interface.nix +++ b/modules/graphical-interface.nix @@ -88,6 +88,7 @@ # Open ports in the firewall for Steam Local Network Game Transfers localNetworkGameTransfers.openFirewall = true; }; + networking.firewall.allowedTCPPorts = [51513]; }) ]; }