diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-03-06 14:30:22 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2023-03-06 14:30:22 +0100 |
commit | 3eb5e21f9deb334b33c1b685ab1540096e36a0bc (patch) | |
tree | 1b7902a8bbc69d09536c2609b033c75961ee8d12 /cluster/staging/node | |
parent | 49cc83db2170efb69cde322459e7098951a9da1e (diff) | |
download | nixcfg-3eb5e21f9deb334b33c1b685ab1540096e36a0bc.tar.gz nixcfg-3eb5e21f9deb334b33c1b685ab1540096e36a0bc.zip |
New IP for piranha
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/piranha.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index bda7c1f..9ac2a07 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -12,7 +12,7 @@ deuxfleurs.network_interface = "eno1"; deuxfleurs.lan_ip = "192.168.1.25"; - deuxfleurs.ipv6 = "2a01:cb05:8984:3c00:223:24ff:feb0:ea82"; + deuxfleurs.ipv6 = "2a01:cb05:8984:9900:223:24ff:feb0:ea82"; deuxfleurs.cluster_ip = "10.14.3.1"; deuxfleurs.is_raft_server = true; |