mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-02 03:23:08 +01:00
11 lines
179 B
Nix
11 lines
179 B
Nix
{ pkgs, config, lib, ... }:
|
|
|
|
{
|
|
# Steam Configuration
|
|
programs.steam = {
|
|
enable = true;
|
|
remotePlay.openFirewall = true;
|
|
dedicatedServer.openFirewall = true;
|
|
};
|
|
}
|