From c4e5ddb24b759714e520f68c2fa6cdfe8e60457f Mon Sep 17 00:00:00 2001 From: Maximilien Richer Date: Mon, 10 Feb 2025 22:24:08 +0100 Subject: Add tip for system.stateVersion --- cluster/staging/node/caribou.nix | 1 + cluster/staging/node/df-pw5.nix | 1 + cluster/staging/node/origan.nix | 1 + cluster/staging/node/piranha.nix | 1 + 4 files changed, 4 insertions(+) (limited to 'cluster') 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"; } -- cgit v1.2.3