diff options
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/eldiron.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
107 | '' | 107 | '' |
108 | ]; | 108 | ]; |
109 | }; | 109 | }; |
110 | |||
111 | # This value determines the NixOS release with which your system is | ||
112 | # to be compatible, in order to avoid breaking some software such as | ||
113 | # database servers. You should change this only after NixOS release | ||
114 | # notes say you should. | ||
115 | system.stateVersion = "18.09"; # Did you read the comment? | ||
110 | }; | 116 | }; |
111 | } | 117 | } |