Disco: Fix steam

This commit is contained in:
fruchti 2025-01-25 10:49:29 +01:00
parent 65eff9fab9
commit b13c5aecaa

View file

@ -117,8 +117,9 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
# remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play remotePlay.openFirewall = true;
# dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
}; };
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
@ -126,6 +127,7 @@
"steam-original" "steam-original"
"steam-runtime" "steam-runtime"
"steam-run" "steam-run"
"steam-unwrapped"
]; ];
fileSystems."/windows" = { fileSystems."/windows" = {