bon numéro de version nixos

This commit is contained in:
Yves Dubromelle
2017-03-24 22:15:59 +01:00
parent 348433e395
commit 15ce896f9c

View File

@@ -13,7 +13,7 @@ in
nix.buildCores = 0;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "16.09";
system.stateVersion = "17.03";
# copies the NixOS configuration file (usually /etc/nixos/configuration.nix) and links it from the resulting system (getting to /run/current-system/configuration.nix)
system.copySystemConfiguration = true;