From dffa085e47f2b115f3cb71e44bb4b69a52ea0a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 22 Oct 2023 09:10:09 +0300 Subject: [PATCH] cosmetics --- 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 index 7b99917..3a6ba29 100644 --- 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 ]; } ];