mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Games] enable Steam local-network-game-transfers
This commit is contained in:
parent
7ecc668871
commit
3343fc32c4
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ in {
|
||||||
programs.steam.enable = !generalCfg.minimal;
|
programs.steam.enable = !generalCfg.minimal;
|
||||||
hardware.steam-hardware.enable = !generalCfg.minimal;
|
hardware.steam-hardware.enable = !generalCfg.minimal;
|
||||||
programs.steam.remotePlay.openFirewall = true;
|
programs.steam.remotePlay.openFirewall = true;
|
||||||
|
programs.steam.localNetworkGameTransfers.openFirewall = true;
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
"__GL_SHADER_DISK_CACHE" = "true";
|
"__GL_SHADER_DISK_CACHE" = "true";
|
||||||
"__GL_SHADER_DISK_CACHE_SIZE" = "${toString (50 * 1000)}";
|
"__GL_SHADER_DISK_CACHE_SIZE" = "${toString (50 * 1000)}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue