j steam: remove dead code
This commit is contained in:
parent
071cc0f5b1
commit
228ca86376
@ -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"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user