From c04a6e0a2efe2510b3017a18c2088ca77695ff5b Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 9 Jul 2024 06:38:10 -0300 Subject: [PATCH] nixos: enable network transfers for steam and better docs --- nixos.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; };