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