diff --git a/services/esphome.nix b/services/esphome.nix index 2f696c6..d9066d1 100644 --- a/services/esphome.nix +++ b/services/esphome.nix @@ -11,7 +11,7 @@ in { enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://[::1]:${toString port}"; + proxyPass = "http://localhost:${toString port}"; proxyWebsockets = true; }; };