nixos: enable network transfers for steam and better docs
This commit is contained in:
parent
20efa4956e
commit
c04a6e0a2e
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue