summaryrefslogtreecommitdiff
path: root/modules/nixos/steam.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-11-08 01:40:34 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-11-08 01:40:34 -0700
commite7faa456fe9a4994014c08c9b9d8de643e14fc79 (patch)
treed3e8b5d4b8041a78e9f34a95652dcebaf6f27383 /modules/nixos/steam.nix
parentf069dcbdbe705393118f0cb76aa9d9eddb691ca7 (diff)
open dedicated server port
Diffstat (limited to 'modules/nixos/steam.nix')
-rw-r--r--modules/nixos/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/steam.nix b/modules/nixos/steam.nix
index 91c5b67..514f64a 100644
--- a/modules/nixos/steam.nix
+++ b/modules/nixos/steam.nix
@@ -2,6 +2,6 @@
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
- # dedicatedServer.openfirewall = true;
+ dedicatedServer.openfirewall = true;
};
}