feat: steam
This commit is contained in:
parent
bfd66e3907
commit
c60ffda2c1
1 changed files with 6 additions and 0 deletions
|
|
@ -175,6 +175,12 @@
|
|||
# here, NOT in environment.systemPackages
|
||||
];
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
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
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue