Fixed steam on 24.11
This commit is contained in:
parent
2e6e7f1d25
commit
05959315a0
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
config,
|
||||
hwconfig,
|
||||
unstable-pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.kk.steam;
|
||||
|
|
@ -24,6 +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;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue