summaryrefslogtreecommitdiffstats
path: root/jeschli
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
commitbf7f3a422c0ffe8029317187f36ad3d6e55f1536 (patch)
tree072a36498e432d9a61c06435cda03c44767a8305 /jeschli
parentc7aa4cc111d3e946d455fc1e32326a7c2061d760 (diff)
j steam: remove dead code
Diffstat (limited to 'jeschli')
-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 4d2d66c..06a068a 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"; }
- ];
- };
- };
}