diff options
author | jeschli <jeschli@gmail.com> | 2018-09-04 20:09:24 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-09-04 20:09:24 +0200 |
commit | 228ca863767edc07ae50c82034d873ee7ef17310 (patch) | |
tree | 3f0243cc92d8258efdb97df06fc295637949cff1 /jeschli/2configs | |
parent | 071cc0f5b109b4e17b3d6616fcc20c419ae1f7c8 (diff) |
j steam: remove dead code
Diffstat (limited to 'jeschli/2configs')
-rw-r--r-- | jeschli/2configs/steam.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/jeschli/2configs/steam.nix b/jeschli/2configs/steam.nix index 4d2d66c64..06a068a3f 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"; } - ]; - }; - }; } |