forked from Deuxfleurs/nixcfg
federate clusters between regions
This commit is contained in:
parent
db44aa24bf
commit
6d09272474
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue