diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
commit | 83dd3ea25ac7ded159105e2501b438dac4e01e22 (patch) | |
tree | f53a75ac8c35133f090fddd20c9a1f1b44cf909c /cluster/prod/cluster.nix | |
parent | 397a3fdfa9d9f9fd279ca45dee592d1b0c157b69 (diff) | |
download | nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.tar.gz nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.zip |
Update network configuration
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 |