From 6d09272474dc56e16fcca8a75d72130b495a9f1d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 18 Nov 2021 16:51:05 +0100 Subject: [PATCH] federate clusters between regions --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 161173d..ab34c6f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -222,6 +222,7 @@ in bind_addr = public_ip; addresses.http = "0.0.0.0"; retry_join = [ "10.42.0.2" "10.42.0.21" "10.42.0.22" "10.42.0.23" ]; + retry_join_wan = [ "10.42.0.2" "10.42.0.21" "10.42.0.22" "10.42.0.23" ]; }; services.nomad.enable = true;