From 4a898e91d7d29b1ba0010874a9be69a457f8effa Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 4 Feb 2024 13:58:16 +0100 Subject: [PATCH] Update state version to 23.11 --- modules/misc/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index 288098c..70694af 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -156,5 +156,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; }