aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-05 13:20:17 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-05 13:27:18 +0200
commitdec4ea479d47d3337df8e45c732a628051a65ea2 (patch)
tree3b925182479610636d94c507fbfc9717cd4c96bf /cluster
parentcb8d7e92d2aa2950fa403ff8e2ec2a9a31b48b32 (diff)
downloadnixcfg-dec4ea479d47d3337df8e45c732a628051a65ea2.tar.gz
nixcfg-dec4ea479d47d3337df8e45c732a628051a65ea2.zip
Allow for IPv6 with RA disabled by manually providing gateway
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/node/carcajou.nix2
-rw-r--r--cluster/staging/node/caribou.nix2
-rw-r--r--cluster/staging/node/df-pw5.nix2
-rw-r--r--cluster/staging/node/origan.nix2
-rw-r--r--cluster/staging/node/piranha.nix2
5 files changed, 5 insertions, 5 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix
index e6c1653..d5211f1 100644
--- a/cluster/staging/node/carcajou.nix
+++ b/cluster/staging/node/carcajou.nix
@@ -20,7 +20,7 @@
boot.loader.efi.canTouchEfiVariables = true;
deuxfleurs.hostName = "carcajou";
- deuxfleurs.ipv6Address = "2001:910:1204:1::22";
+ deuxfleurs.staticIPv6.address = "2001:910:1204:1::22";
system.stateVersion = "21.05";
}
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix
index ad5a65d..80293e9 100644
--- a/cluster/staging/node/caribou.nix
+++ b/cluster/staging/node/caribou.nix
@@ -9,7 +9,7 @@
boot.loader.efi.canTouchEfiVariables = true;
deuxfleurs.hostName = "caribou";
- deuxfleurs.ipv6Address = "2001:910:1204:1::23";
+ deuxfleurs.staticIPv6.address = "2001:910:1204:1::23";
deuxfleurs.isRaftServer = true;
system.stateVersion = "21.05";
diff --git a/cluster/staging/node/df-pw5.nix b/cluster/staging/node/df-pw5.nix
index 0e5be15..e1a132c 100644
--- a/cluster/staging/node/df-pw5.nix
+++ b/cluster/staging/node/df-pw5.nix
@@ -11,7 +11,7 @@
deuxfleurs.hostName = "df-pw5";
deuxfleurs.staticIPv4.address = "192.168.5.130/24";
- deuxfleurs.ipv6Address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7";
+ deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7";
system.stateVersion = "22.11";
}
diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix
index d900fd6..6906f4d 100644
--- a/cluster/staging/node/origan.nix
+++ b/cluster/staging/node/origan.nix
@@ -10,7 +10,7 @@
deuxfleurs.hostName = "origan";
deuxfleurs.staticIPv4.address = "192.168.1.33/24";
- deuxfleurs.ipv6Address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
+ deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
deuxfleurs.isRaftServer = true;
system.stateVersion = "22.11";
diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix
index 2b9907d..bc1aa03 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/24";
- deuxfleurs.ipv6Address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82";
+ deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82";
deuxfleurs.isRaftServer = true;
system.stateVersion = "22.11";