diff options
author | Freya Murphy <freya@freyacat.org> | 2025-10-14 13:21:39 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-10-14 13:21:43 -0400 |
commit | 5d375f4de5388f51df70cec6bc783828dbc8683f (patch) | |
tree | 09cf64ba9616baf13f501bb21a4333acec6c6023 /system/gaming/steam.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.tar.gz dotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.tar.bz2 dotfiles-nix-5d375f4de5388f51df70cec6bc783828dbc8683f.zip |
steam: open ports for plutonium/t6
Diffstat (limited to '')
-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]; + }; }; } |