h: poke hole in fw for prom/node

This commit is contained in:
Aaron Bieber 2022-09-10 09:52:57 -06:00
parent aeca05c5e1
commit 6709188d8d
No known key found for this signature in database

View File

@ -74,6 +74,11 @@ in {
};
};
firewall = {
interfaces = {
"tailscale0" = {
allowedTCPPorts = [ 9002 ];
};
};
allowedTCPPorts = [ 22 80 443 53589 ];
allowedUDPPortRanges = [{
from = 60000;