From 3de01f9b82ba8f80b2043f5c885ddca784d6701f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 21 Feb 2019 22:09:24 +0100 Subject: [PATCH] Add state version --- nixops/eldiron.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixops/eldiron.nix b/nixops/eldiron.nix index d6915c2..8dc8c4d 100644 --- a/nixops/eldiron.nix +++ b/nixops/eldiron.nix @@ -107,5 +107,11 @@ '' ]; }; + + # This value determines the NixOS release with which your system is + # to be compatible, in order to avoid breaking some software such as + # database servers. You should change this only after NixOS release + # notes say you should. + system.stateVersion = "18.09"; # Did you read the comment? }; } -- 2.41.0