Compare commits
2 commits
08aa13534a
...
dacc510074
Author | SHA1 | Date | |
---|---|---|---|
dacc510074 | |||
4e46200617 |
2 changed files with 7 additions and 5 deletions
|
@ -3,13 +3,12 @@
|
|||
{
|
||||
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;
|
||||
|
|
|
@ -22,7 +22,10 @@ in
|
|||
${cfg.domain} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:32769/";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:32769/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue