mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +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
|
|
};
|
|
|
|
}
|