From ee26cc23860c634d84e6011e7dbba6f4b4ff8f3c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 14 Jun 2020 13:30:57 +0000 Subject: [PATCH] Bump state version --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index acd20ba..ae2f38c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,7 +53,7 @@ in { boot.loader.efi.canTouchEfiVariables = true; boot.tmpOnTmpfs = true; - system.stateVersion = "19.09"; + system.stateVersion = "20.03"; nix.trustedUsers = [ "root" "user" ]; nix.optimise.automatic = true;