diff options
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 789b01d..5783e6a 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -10,7 +10,7 @@ deuxfleurs.hostName = "piranha"; deuxfleurs.staticIPv4.address = "192.168.1.25"; - deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; + deuxfleurs.staticIPv6.address = "2a01:cb05:911e:ec00:223:24ff:feb0:ea82"; system.stateVersion = "22.11"; } |