feat(gaming): add system-wide steam config
This commit is contained in:
parent
3ea23a83fb
commit
bf307d0979
|
@ -3,6 +3,10 @@
|
|||
{
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam.remotePlay.openFirewall = true;
|
||||
programs.steam.dedicatedServer.openFirewall = true;
|
||||
|
||||
# fix for Star Citizen
|
||||
boot.kernel.sysctl."vm.max_map_count" = 16777216;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue