From b13c5aecaa79a544acd9da6dbc7275e14a7195e0 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sat, 25 Jan 2025 10:49:29 +0100 Subject: [PATCH] Disco: Fix steam --- hosts/Disco.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/Disco.nix b/hosts/Disco.nix index fe112de..3e2d7e1 100644 --- a/hosts/Disco.nix +++ b/hosts/Disco.nix @@ -117,8 +117,9 @@ programs.steam = { 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 + remotePlay.openFirewall = true; + dedicatedServer.openFirewall = true; + localNetworkGameTransfers.openFirewall = true; }; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ @@ -126,6 +127,7 @@ "steam-original" "steam-runtime" "steam-run" + "steam-unwrapped" ]; fileSystems."/windows" = {