diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-23 23:22:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-23 23:22:23 +0200 |
commit | a7ac31cdf52b7042cef86f4e04cde96cbc36711f (patch) | |
tree | 1561f795ce811b7eab92897b3d462cc149c01a0f /cluster/prod/node/dahlia.nix | |
parent | 88d57f8e34e1124a4f3abcc82f7ab3d54d5727d2 (diff) | |
download | nixcfg-a7ac31cdf52b7042cef86f4e04cde96cbc36711f.tar.gz nixcfg-a7ac31cdf52b7042cef86f4e04cde96cbc36711f.zip |
Affect cluster_ip in d* in correct prefix (10.83.0.0/16 for prod)
Diffstat (limited to 'cluster/prod/node/dahlia.nix')
-rw-r--r-- | cluster/prod/node/dahlia.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/node/dahlia.nix b/cluster/prod/node/dahlia.nix index 9b3a15c..fc51ea8 100644 --- a/cluster/prod/node/dahlia.nix +++ b/cluster/prod/node/dahlia.nix @@ -13,6 +13,6 @@ deuxfleurs.lan_ip = "192.168.1.11"; deuxfleurs.ipv6 = "2a01:e0a:28f:5e60::11"; - deuxfleurs.cluster_ip = "10.1.1.1"; + deuxfleurs.cluster_ip = "10.83.2.1"; deuxfleurs.is_raft_server = true; } |