diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/node/caribou.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/df-pw5.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/origan.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/piranha.nix | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 48cc052..9071a4c 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -12,5 +12,6 @@ deuxfleurs.staticIPv6.address = "2a01:e34:ec05:8a40::23"; deuxfleurs.isRaftServer = true; + # this denote the version at install time, do not update system.stateVersion = "21.05"; } diff --git a/cluster/staging/node/df-pw5.nix b/cluster/staging/node/df-pw5.nix index 1d3394b..7192548 100644 --- a/cluster/staging/node/df-pw5.nix +++ b/cluster/staging/node/df-pw5.nix @@ -14,5 +14,6 @@ deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7"; deuxfleurs.isRaftServer = true; + # this denote the version at install time, do not update system.stateVersion = "24.05"; } diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix index a95c136..b1800de 100644 --- a/cluster/staging/node/origan.nix +++ b/cluster/staging/node/origan.nix @@ -10,5 +10,6 @@ deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec"; deuxfleurs.isRaftServer = true; + # this denote the version at install time, do not update system.stateVersion = "24.05"; } diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index e63c47c..c856334 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -12,5 +12,6 @@ deuxfleurs.staticIPv4.address = "192.168.5.25"; deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::25"; + # this denote the version at install time, do not update system.stateVersion = "24.05"; } |