aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/steam/default.nix
blob: a7ed2eb795805737ac5228b95ad4921ba4b3cff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# modules/profiles/steam/default.nix
#
# For the occasional gaming session with friends.

{
  programs.steam = {
    enable = true;
    remotePlay.openFirewall = true;
    dedicatedServer.openFirewall = true;
  };
}