feat: steam

This commit is contained in:
s-prechtl 2024-10-04 10:44:23 +02:00
parent bfd66e3907
commit c60ffda2c1

View file

@ -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 = {