trying more modules
This commit is contained in:
parent
71f454ee0b
commit
6943ad6d42
8 changed files with 30 additions and 16 deletions
17
modules/gaming.nix
Executable file
17
modules/gaming.nix
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
parsec
|
||||
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