[Desktop/Games] enable Steam local-network-game-transfers

This commit is contained in:
Antoine Viallon 2025-02-13 10:33:38 +01:00
parent 7ecc668871
commit 3343fc32c4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -85,6 +85,7 @@ in {
programs.steam.enable = !generalCfg.minimal;
hardware.steam-hardware.enable = !generalCfg.minimal;
programs.steam.remotePlay.openFirewall = true;
programs.steam.localNetworkGameTransfers.openFirewall = true;
environment.variables = {
"__GL_SHADER_DISK_CACHE" = "true";
"__GL_SHADER_DISK_CACHE_SIZE" = "${toString (50 * 1000)}";