add steam

This commit is contained in:
2025-03-11 18:03:32 +01:00
parent 1210347375
commit b53d7ed26d
2 changed files with 9 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
./gnome.nix ./gnome.nix
./hyprland.nix ./hyprland.nix
./ssh.nix ./ssh.nix
./steam.nix
./thunderbird.nix ./thunderbird.nix
./hardware.nix ./hardware.nix
./network.nix ./network.nix

8
hosts/haze/steam.nix Normal file
View File

@@ -0,0 +1,8 @@
{
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
};
}