add steam

This commit is contained in:
Romain Paquet 2025-03-11 18:03:32 +01:00
parent 1210347375
commit b53d7ed26d
2 changed files with 9 additions and 0 deletions

8
hosts/haze/steam.nix Normal file
View 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
};
}