mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-08 14:05:53 +02:00
8 lines
No EOL
246 B
Nix
8 lines
No EOL
246 B
Nix
{pkgs, ...}:
|
|
{
|
|
programs.steam = {
|
|
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
|
|
};
|
|
} |