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 | bf7f3a422c0ffe8029317187f36ad3d6e55f1536 (patch) | |
tree | 072a36498e432d9a61c06435cda03c44767a8305 /jeschli | |
parent | c7aa4cc111d3e946d455fc1e32326a7c2061d760 (diff) |
j steam: remove dead code
Diffstat (limited to 'jeschli')
-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 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"; } - ]; - }; - }; } |