diff --git a/config/nixos/common/server.nix b/config/nixos/common/server.nix index 3b232d8..35b3d85 100644 --- a/config/nixos/common/server.nix +++ b/config/nixos/common/server.nix @@ -26,6 +26,7 @@ 443 # HTTPS 22 # Git over SSH 25565 # Minecraft + 24454 # Minecraft (Voice Chat) 32400 # Plex 51820 # WireGuard @@ -35,6 +36,7 @@ allowedUDPPorts = [ 51820 # WireGuard + 25565 # Minecraft ]; }; };