fix: see if this works ig? nix requires me to commit it to test it :p

This commit is contained in:
Ahwx 2024-06-28 01:11:45 +02:00
parent 04c198db76
commit 8bf40fd17b

9
modules/core/steam.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
programs.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
};
}