From 578075a9252435aaed12d2535577e18e053cd916 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 11 Dec 2022 22:37:28 +0100 Subject: Add origan node in staging cluster (+ refactor system.stateVersion) --- cluster/prod/cluster.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cluster/prod') diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 95391ac..59fbcb5 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -117,4 +117,10 @@ # For Garage external communication networking.firewall.allowedTCPPorts = [ 3901 ]; + + # All prod nodes were deployed on the same version. + # This could be put in individual node .nix files if we deploy + # newer nodes on a different system version, OR we can bump this + # regularly cluster-wide + system.stateVersion = "21.05"; } -- cgit v1.2.3