summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-14 13:21:39 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-14 13:21:43 -0400
commit5d375f4de5388f51df70cec6bc783828dbc8683f (patch)
tree09cf64ba9616baf13f501bb21a4333acec6c6023
parentupdate commits (diff)
downloaddotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.tar.gz
dotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.tar.bz2
dotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.zip
steam: open ports for plutonium/t6
-rw-r--r--system/gaming/steam.nix6
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];
+ };
};
}