summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-03 03:53:50 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-03 03:53:50 +0200
commit6ab7b5a5d6b4152ecc182f145725ba1d8c0d1a0e (patch)
treec8f7a9452828276a8935721b5256fc3f9e67fa25 /modules
parent8bc4c5070cb26c9367fa2452253871314e48de32 (diff)
Diffstat (limited to 'modules')
-rw-r--r--modules/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/steam.nix b/modules/steam.nix
index 514f64a..91c5b67 100644
--- a/modules/steam.nix
+++ b/modules/steam.nix
@@ -2,6 +2,6 @@
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
- dedicatedServer.openfirewall = true;
+ # dedicatedServer.openfirewall = true;
};
}