mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 08:14:58 +08:00
10 lines
355 B
Nix
10 lines
355 B
Nix
{
|
|
|
|
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
|
|
};
|
|
|
|
}
|