From c925009a2b29f6691f04dc995bbd3e1317dec9f1 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sun, 25 Aug 2024 03:54:47 +0200 Subject: [PATCH] fasu firewall add bedrock port --- hosts/fasu.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fasu.nix b/hosts/fasu.nix index 2b44533..d0dc3bf 100644 --- a/hosts/fasu.nix +++ b/hosts/fasu.nix @@ -84,6 +84,8 @@ networking.firewall.allowedUDPPorts = [ 25572 # wmc voice to velocity proxy 25800 # wmc voice lobby + + 19132 # mc bedrock port ]; networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.