From 05d68776e7bb5fb972eb6ed8c18e7657da7b0430 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 13 Feb 2023 09:07:48 +0000 Subject: [PATCH] Change state to 22.11 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 603f890..62e62c1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,7 +59,7 @@ boot.tmpOnTmpfs = true; boot.supportedFilesystems = [ "ntfs" ]; - system.stateVersion = "20.09"; + system.stateVersion = "22.11"; nix = { settings.trusted-users = [ "root" "user" ];