From 9b7f90fb314b98a90a7ddc655357c72490803dc5 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 3 Jun 2022 23:08:40 -0400 Subject: [PATCH] port forward minecraft --- machines/oracles.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/oracles.nix b/machines/oracles.nix index 32e5f05..9ee20ac 100644 --- a/machines/oracles.nix +++ b/machines/oracles.nix @@ -18,8 +18,8 @@ }; # Open ports in firewall - networking.firewall.allowedTCPPorts = [ 22 80 443 ]; - networking.firewall.allowedUDPPorts = [ 22 80 443 ]; + networking.firewall.allowedTCPPorts = [ 22 80 443 25565 ]; + networking.firewall.allowedUDPPorts = [ 22 80 443 25565 ]; networking.firewall.enable = true; # Trust zerotier interface networking.firewall.trustedInterfaces = [ "zt5u4uutwm" ];