Skip to content

Commit

Permalink
Enable port in firewall for local game transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 13, 2024
1 parent a15b682 commit 7777157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/environment/gui/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
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 to share downloads locally with other devices
};
};
}

0 comments on commit 7777157

Please sign in to comment.