Add steam
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
2ecf25ffd5
commit
e29d5506df
2 changed files with 7 additions and 0 deletions
|
@ -107,6 +107,12 @@
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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
|
||||||
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [22 80 443];
|
networking.firewall.allowedTCPPorts = [22 80 443];
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -55,6 +55,7 @@
|
||||||
bitwarden
|
bitwarden
|
||||||
brave
|
brave
|
||||||
btop
|
btop
|
||||||
|
direnv
|
||||||
firefox
|
firefox
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Add table
Reference in a new issue