]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add state version
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 21 Feb 2019 21:09:24 +0000 (22:09 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 21 Feb 2019 21:09:24 +0000 (22:09 +0100)
nixops/eldiron.nix

index d6915c291076ad1238a6f70c03b644f0d5bb6665..8dc8c4d8273a8e09e624fc26e64d51f403f9a460 100644 (file)
         ''
       ];
     };
+
+    # 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?
   };
 }