l dcso-dev: open firewall
This commit is contained in:
parent
be0a02f5d6
commit
6ee55cef8f
@ -45,6 +45,11 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
krebs.iptables.tables.filter.INPUT.rules = [
|
||||
{ predicate = "-p tcp --dport 8000"; target = "ACCEPT";}
|
||||
{ predicate = "-p tcp --dport 9000"; target = "ACCEPT";}
|
||||
];
|
||||
|
||||
krebs.per-user.dev.packages = [
|
||||
pkgs.go
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user