diff --git a/configuration.nix b/configuration.nix index 49ec9f8..71e2f63 100644 --- a/configuration.nix +++ b/configuration.nix @@ -181,6 +181,6 @@ # 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 = "2.11"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? }