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" ];