From 70c5effc5c2db6298a3d16a4d7b551edd2eb199a Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Fri, 23 Feb 2024 18:16:41 +0100 Subject: [PATCH] feat: moved hass --- hosts/ds9/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index c2a4c929..1913d89d 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -108,7 +108,7 @@ in useACMEHost = "hailsatan.eu"; forceSSL = true; locations = { - "/".proxyPass = "http://192.168.122.76:8123"; + "/".proxyPass = "http://10.0.0.12:8123"; "/".proxyWebsockets = true; }; };