Add steam
This commit is contained in:
parent
f2a189d4aa
commit
5ee244c98a
4 changed files with 47 additions and 68 deletions
9
modules/etc/steam/default.nix
Normal file
9
modules/etc/steam/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue