From dce4134ea0a2d38f4de75ae52bbc8c1131d33ebb Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 19 Jan 2023 21:54:19 -0600 Subject: [PATCH] workstation | added steam support --- workstation/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index b9dba9e..dd9603d 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -166,6 +166,7 @@ in slack source-code-pro statix + steam sublime-music syncthing tailscale @@ -198,6 +199,11 @@ in zoom-us ]; + 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 + }; programs.dconf.enable = true; programs.light.enable = true; programs.mtr.enable = true;