This commit is contained in:
Vinzenz Schroeter 2023-08-26 17:29:01 +02:00
parent 988155162d
commit 00ba15ab51
3 changed files with 20 additions and 5 deletions

View file

@ -139,13 +139,16 @@
package = pkgs.gitFull;
};
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
};
# List packages installed in system profile.
# environment.systemPackages = [];
environment = {
pathsToLink = ["/share/zsh"];
# List packages installed in system profile.
# systemPackages = [];
};
}