From 3894796a143e13870cfa19436436a7ca17a7dad9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 19 Nov 2017 22:09:01 +0100 Subject: [PATCH] MaJ nixos version --- configuration/environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/environment.nix b/configuration/environment.nix index 6d657e3..7f434fb 100644 --- a/configuration/environment.nix +++ b/configuration/environment.nix @@ -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;