diff options
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index ece401e..1bf4a7b 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -5,9 +5,9 @@ # Bootstrap nodes for Wesher overlay network services.wesher.join = [ - "2a01:e0a:c:a720::31" # concombre - "2a01:e0a:c:a720::32" # courgette - "2a01:e0a:c:a720::33" # celeri + "192.168.1.31" # concombre + "192.168.1.32" # courgette + "192.168.1.33" # celeri ]; # The IP range to use for the Wesher overlay of this cluster |