building server container repo
This commit is contained in:
parent
2b3fd3562f
commit
243b460145
10 changed files with 18 additions and 22 deletions
17
desktop/gaming.nix
Executable file
17
desktop/gaming.nix
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# parsec-bin
|
||||
bottles
|
||||
];
|
||||
|
||||
# Steam
|
||||
programs.steam = with pkgs; {
|
||||
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
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue