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 = [
{
subnets = [myData.subnets.tailscale.cidr];
tcp = [
tcp = with myData.ports; [
80
443
myData.ports.grafana
myData.ports.prometheus
myData.ports.soju
grafana
prometheus
soju
];
}
];