nixos: enable network transfers for steam and better docs

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:38:10 -03:00
parent 20efa4956e
commit c04a6e0a2e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -291,7 +291,10 @@
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
# ^ Enables so we can transfer games to other computers in the network.
# Add Proton-GE to 'compatibilitytools.d'.
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};