From ebe40eee452a6e60d3e4f1ca0f6ac90a8a63b515 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 29 Dec 2023 22:40:23 -0600 Subject: [PATCH] Add smart.thehellings.lan proxy --- hosts/genesis/home-assistant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/genesis/home-assistant.nix b/hosts/genesis/home-assistant.nix index e58acb2..2ba4f4e 100755 --- a/hosts/genesis/home-assistant.nix +++ b/hosts/genesis/home-assistant.nix @@ -76,6 +76,7 @@ in greg.proxies = { "smart.home".target = "http://127.0.0.1:8123/"; + "smart.thehellings.lan".target = "http://127.0.0.1:8123/"; "zwave.home".target = "http://127.0.0.1:8091/"; };