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) [