From e934e19ecb70867ef39ac4da26cd2b3ec24b4851 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Mar 2026 11:50:47 +0000 Subject: [PATCH] Update files --- system/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/programs.nix b/system/programs.nix index 93d60d7..8ee43c7 100644 --- a/system/programs.nix +++ b/system/programs.nix @@ -21,6 +21,7 @@ }; steam = { enable = hostname == "station"; + package = pkgs-unstable.steam; 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