From 2b65a9b926e7703131868726d0992be38e65dbcc Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 29 Jun 2024 22:51:17 -0300 Subject: [PATCH] nixos: remove unused firewall ports --- nixos.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos.nix b/nixos.nix index 2338e35..5667f69 100644 --- a/nixos.nix +++ b/nixos.nix @@ -80,15 +80,11 @@ # Open ports in the firewall. networking.firewall = { allowedTCPPorts = [ - 11753 # OpenRCT2 - 14004 # Veloren 443 # SSL 80 # HTTP ]; allowedUDPPorts = [ - 11753 # OpenRCT2 - 14004 # Veloren 2626 # Dolphin emulator 27015 # Source games 8211 # Palworld