add steam
This commit is contained in:
parent
1210347375
commit
b53d7ed26d
2 changed files with 9 additions and 0 deletions
8
hosts/haze/steam.nix
Normal file
8
hosts/haze/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
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue