add steam
This commit is contained in:
@@ -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
8
hosts/haze/steam.nix
Normal 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
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user