MaJ nixos version

This commit is contained in:
2017-11-19 22:09:01 +01:00
parent 6d13167f38
commit 3894796a14

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 = "17.03";
system.stateVersion = "18.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;