diff --git a/cluster/services/consul/remote-api.nix b/cluster/services/consul/remote-api.nix index 7725175..d1a4671 100644 --- a/cluster/services/consul/remote-api.nix +++ b/cluster/services/consul/remote-api.nix @@ -26,6 +26,7 @@ in id = "service:consul-remote:frontend"; http = "https://${hyprspace.addr}/v1/status/leader"; tls_server_name = frontendDomain; + header.Host = lib.singleton frontendDomain; interval = "60s"; } {