From a7db8b89fd1916550b8c2d11c6e385c3938292f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 21 Dec 2024 12:33:58 +0100 Subject: [PATCH] fix: steam params --- hosts/modules/steam.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/modules/steam.nix b/hosts/modules/steam.nix index 11ebb91..ec23672 100644 --- a/hosts/modules/steam.nix +++ b/hosts/modules/steam.nix @@ -4,5 +4,9 @@ extraCompatPackages = with pkgs; [ proton-ge-bin ]; + gamescopeSession.enable = true; + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + localNetworkGameTransfers.openFirewall = true; }; }