diff options
Diffstat (limited to 'system/gaming')
-rw-r--r-- | system/gaming/steam.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index cd243e5..ada0aaf 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -30,5 +30,11 @@ in { # controllers hardware.xone.enable = true; hardware.steam-hardware.enable = true; + + # cod + networking.firewall = { + allowedTCPPorts = [3074]; + allowedUDPPorts = [3074]; + }; }; } |