l 2 games: open up doom port
This commit is contained in:
parent
9c686779e8
commit
437dea4e64
|
@ -81,4 +81,8 @@ in {
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
${mainUser.name} ALL=(games) NOPASSWD: ALL
|
${mainUser.name} ALL=(games) NOPASSWD: ALL
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
krebs.iptables.tables.filter.INPUT.rules = [
|
||||||
|
{ predicate = "-p tcp --dport 10666"; target = "ACCEPT"; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue