diff --git a/system/profiles/gaming/default.nix b/system/profiles/gaming/default.nix index 75599a0..a474d61 100644 --- a/system/profiles/gaming/default.nix +++ b/system/profiles/gaming/default.nix @@ -50,5 +50,16 @@ in }; }; }; + networking.firewall = { + allowedTCPPorts = [ 3074 ]; + allowedUDPPorts = [ + 88 + 500 + 3074 + 2075 + 3544 + 4500 + ]; + }; }; }