nixos: 19.03 -> 19.09

This commit is contained in:
Yves Dubromelle
2019-11-19 22:38:25 +01:00
parent fe0ea31e30
commit 7681f7774e
3 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ in
nix.buildCores = 0;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "19.03";
system.stateVersion = "19.09";
# 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;