Separate gaming configurations
This commit is contained in:
parent
0293eceb2a
commit
d7092da122
2 changed files with 9 additions and 6 deletions
8
gaming.nix
Normal file
8
gaming.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue