From 5d375f4de5388f51df70cec6bc783828dbc8683f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 14 Oct 2025 13:21:39 -0400 Subject: steam: open ports for plutonium/t6 --- system/gaming/steam.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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]; + }; }; } -- cgit v1.2.3-freya