workstation | added steam support
This commit is contained in:
parent
591848740d
commit
dce4134ea0
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue