From c60ffda2c1dc83a2d039ae3516efa687f22c45cf Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Oct 2024 10:44:23 +0200 Subject: [PATCH] feat: steam --- hosts/default/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c2b4a00..0f152ea 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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 = {