summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs/steam.nix
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-09-04 20:09:24 +0200
committerjeschli <jeschli@gmail.com>2018-09-04 20:09:24 +0200
commit228ca863767edc07ae50c82034d873ee7ef17310 (patch)
tree3f0243cc92d8258efdb97df06fc295637949cff1 /jeschli/2configs/steam.nix
parent071cc0f5b109b4e17b3d6616fcc20c419ae1f7c8 (diff)
j steam: remove dead code
Diffstat (limited to 'jeschli/2configs/steam.nix')
-rw-r--r--jeschli/2configs/steam.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/jeschli/2configs/steam.nix b/jeschli/2configs/steam.nix
index 4d2d66c6..06a068a3 100644
--- a/jeschli/2configs/steam.nix
+++ b/jeschli/2configs/steam.nix
@@ -9,14 +9,4 @@
hardware.opengl.driSupport32Bit = true;
#ports for inhome streaming
- krebs.iptables = {
- tables = {
- filter.INPUT.rules = [
- { predicate = "-p tcp --dport 27031"; target = "ACCEPT"; }
- { predicate = "-p tcp --dport 27036"; target = "ACCEPT"; }
- { predicate = "-p udp --dport 27031"; target = "ACCEPT"; }
- { predicate = "-p udp --dport 27036"; target = "ACCEPT"; }
- ];
- };
- };
}