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;