From: Ismaƫl Bouya Date: Thu, 21 Feb 2019 21:09:24 +0000 (+0100) Subject: Add state version X-Git-Tag: nur_publish~229 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=3de01f9b82ba8f80b2043f5c885ddca784d6701f Add state version --- 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? }; }