aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:09:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:09:24 +0100
commit3de01f9b82ba8f80b2043f5c885ddca784d6701f (patch)
treef18d6b119ef6a9ae2e4abeaba974b0aa67f9e7e8
parent3c8d7f8706433ce0f995f3bf37fdfd348fb9e173 (diff)
downloadNix-3de01f9b82ba8f80b2043f5c885ddca784d6701f.tar.gz
Nix-3de01f9b82ba8f80b2043f5c885ddca784d6701f.tar.zst
Nix-3de01f9b82ba8f80b2043f5c885ddca784d6701f.zip
Add state version
-rw-r--r--nixops/eldiron.nix6
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}