workstation | added steam support

This commit is contained in:
Don Harper 2023-01-19 21:54:19 -06:00
parent 591848740d
commit dce4134ea0

View file

@ -166,6 +166,7 @@ in
slack slack
source-code-pro source-code-pro
statix statix
steam
sublime-music sublime-music
syncthing syncthing
tailscale tailscale
@ -198,6 +199,11 @@ in
zoom-us 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.dconf.enable = true;
programs.light.enable = true; programs.light.enable = true;
programs.mtr.enable = true; programs.mtr.enable = true;