summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-03 03:48:16 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-03 03:48:16 +0200
commite2d5875df3006b9bdf845c4f774ce98f314b1723 (patch)
treeeb492ec588990fc6f6d95f6cba6bd27519a314bc
parent6545fafbb5d68f7fc1f439fbd57147b64da94ac4 (diff)
-rw-r--r--modules/steam.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/steam.nix b/modules/steam.nix
new file mode 100644
index 0000000..514f64a
--- /dev/null
+++ b/modules/steam.nix
@@ -0,0 +1,7 @@
+{ config, ... }: {
+ programs.steam = {
+ enable = true;
+ remotePlay.openFirewall = true;
+ dedicatedServer.openfirewall = true;
+ };
+}