From c22c1e376881611ab441fa54db6fb42d17dfc057 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 28 Apr 2025 13:06:33 +0100 Subject: [PATCH] steam: Open ports for game sideloading on LAN --- common/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/steam.nix b/common/steam.nix index 28d9bd7..cd27dac 100644 --- a/common/steam.nix +++ b/common/steam.nix @@ -9,6 +9,7 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; + localNetworkGameTransfers.openFirewall = true; }; services.joycond.enable = true;