commit dffa085e47f2b115f3cb71e44bb4b69a52ea0a0a (tree) parent e154e1a5f6eb8c79525cfe39891d29d5479fa153 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Sun, 22 Oct 2023 09:10:09 +0300 cosmetics Diffstat:
| M | hosts/vno1-oh2/configuration.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix @@ -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 ]; } ];