summaryrefslogtreecommitdiff
path: root/common/programs/steam.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-12-08 12:59:48 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-12-08 12:59:48 +0100
commitbad30e4400cbdfcf51296e7c23f2236cbd721373 (patch)
tree1767526ec03ee93de936cf43c636126eae1ca7eb /common/programs/steam.nix
parentf01751ae559695c3cef735cd42162a3dea47e4d6 (diff)
add steam
Diffstat (limited to 'common/programs/steam.nix')
-rw-r--r--common/programs/steam.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/programs/steam.nix b/common/programs/steam.nix
new file mode 100644
index 0000000..fa3738b
--- /dev/null
+++ b/common/programs/steam.nix
@@ -0,0 +1,7 @@
+{ ... }:
+{
+ enable = true;
+ remotePlay.openFirewall = true;
+ dedicatedServer.openFirewall = true;
+ localNetworkGameTransfers.openFirewall = true;
+}