✨ Gaming dir with heroic and wind, moved steam to dir
This commit is contained in:
8
modules/gaming/steam.nix
Normal file
8
modules/gaming/steam.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
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
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user