cosmetics

This commit is contained in:
Motiejus Jakštys 2023-10-22 09:10:09 +03:00
parent e154e1a5f6
commit dffa085e47
1 changed files with 4 additions and 4 deletions

View File

@ -145,12 +145,12 @@
friendlyport.ports = [ friendlyport.ports = [
{ {
subnets = [myData.subnets.tailscale.cidr]; subnets = [myData.subnets.tailscale.cidr];
tcp = [ tcp = with myData.ports; [
80 80
443 443
myData.ports.grafana grafana
myData.ports.prometheus prometheus
myData.ports.soju soju
]; ];
} }
]; ];