From 1f1393bc6ac0208f6229e4977a548321cc34782e Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 22 Nov 2025 10:48:10 +0200 Subject: [PATCH] Removed fw instructions on steam --- modules/userapps/gaming.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/userapps/gaming.nix b/modules/userapps/gaming.nix index 9a88b3e..8efa74e 100644 --- a/modules/userapps/gaming.nix +++ b/modules/userapps/gaming.nix @@ -5,9 +5,6 @@ }: { programs.steam = { enable = true; - remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play - dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server - localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers }; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [