diff --git a/common/steam.nix b/common/steam.nix index b262ca9..cd27dac 100644 --- a/common/steam.nix +++ b/common/steam.nix @@ -3,12 +3,13 @@ { config = lib.mkIf config.programs.steam.enable { programs.steam = { + package = pkgs.steam.override { + extraArgs = "-pipewire"; # for remote play with PipeWire + }; + remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; localNetworkGameTransfers.openFirewall = true; - gamescopeSession.enable = true; - extest.enable = true; - protontricks.enable = true; }; services.joycond.enable = true; diff --git a/services/owncast.nix b/services/owncast.nix index 1fbf52f..47173d0 100644 --- a/services/owncast.nix +++ b/services/owncast.nix @@ -22,10 +22,7 @@ in ${cfg.domain} = { forceSSL = true; enableACME = true; - locations."/" = { - proxyPass = "http://127.0.0.1:32769/"; - proxyWebsockets = true; - }; + locations."/".proxyPass = "http://127.0.0.1:32769/"; }; }; };