diff --git a/nixos.nix b/nixos.nix index 82b2014..a2fad9b 100644 --- a/nixos.nix +++ b/nixos.nix @@ -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 ]; };