aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorMaximilien Richer <me@mricher.fr>2025-02-10 22:24:08 +0100
committerMaximilien Richer <me@mricher.fr>2025-02-10 22:24:08 +0100
commitc4e5ddb24b759714e520f68c2fa6cdfe8e60457f (patch)
treef4044561574fc106a853c5a7f077f212d8043982 /cluster
parent9d4d8ef630987c03d3e3b1d3e92aef51e21d3cdc (diff)
downloadnixcfg-c4e5ddb24b759714e520f68c2fa6cdfe8e60457f.tar.gz
nixcfg-c4e5ddb24b759714e520f68c2fa6cdfe8e60457f.zip
Add tip for system.stateVersion
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/node/caribou.nix1
-rw-r--r--cluster/staging/node/df-pw5.nix1
-rw-r--r--cluster/staging/node/origan.nix1
-rw-r--r--cluster/staging/node/piranha.nix1
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";
}