Compare commits

..

No commits in common. "dacc5100744ae1f35dbd535ee9e1e70607a4e1de" and "08aa13534ade85be47d033028997fadf078bd9f1" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View file

@ -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;

View file

@ -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/";
};
};
};