From 323ebd0ca7fd9e03ad2ef75b3abf136a44817169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 3 Aug 2024 06:23:30 +0300 Subject: [PATCH] fix typo --- hosts/vno1-oh2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index c1fa1d7..77ecc76 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -235,7 +235,7 @@ "hass.jakstys.lt:80".extraConfig = '' @denied not remote_ip ${myData.subnets.tailscale.cidr} abort @denied - reverse_proxy 127.0.0.1:${toString mydata.ports.hass} + reverse_proxy 127.0.0.1:${toString myData.ports.hass} ''; "grafana.jakstys.lt:80".extraConfig = '' @denied not remote_ip ${myData.subnets.tailscale.cidr}