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
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue