Steam fix (finally?)

This commit is contained in:
Aleksandr Lebedev 2025-02-28 23:30:07 +01:00
parent b52cb3835b
commit 4a4700993e
2 changed files with 2 additions and 2 deletions

View file

@ -235,7 +235,7 @@
# enableSSHSupport = true;
# };
kk.steam.enable = false;
kk.steam.enable = true;
# List services that you want to enable:

View file

@ -25,7 +25,7 @@ in {
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
package = unstable-pkgs.steam;
#package = unstable-pkgs.steam;
};
}
);