X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Feldiron.nix;h=8dc8c4d8273a8e09e624fc26e64d51f403f9a460;hb=3de01f9b82ba8f80b2043f5c885ddca784d6701f;hp=d6915c291076ad1238a6f70c03b644f0d5bb6665;hpb=3c8d7f8706433ce0f995f3bf37fdfd348fb9e173;p=perso%2FImmae%2FConfig%2FNix.git 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? }; }