h: poke hole in fw for prom/node

This commit is contained in:
Aaron Bieber 2022-09-10 09:52:57 -06:00
parent 7aa9c18ee7
commit 09a8851107
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;