cosmetics
This commit is contained in:
parent
e154e1a5f6
commit
dffa085e47
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user