l 2 games: open up doom port

This commit is contained in:
lassulus 2017-02-22 18:22:06 +01:00
parent 9c686779e8
commit 437dea4e64

View File

@ -81,4 +81,8 @@ in {
security.sudo.extraConfig = ''
${mainUser.name} ALL=(games) NOPASSWD: ALL
'';
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp --dport 10666"; target = "ACCEPT"; }
];
}