diff --git a/configuration.nix b/configuration.nix index a5313b3..5344ca8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -356,5 +356,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 = "24.05"; # Did you read the comment? + system.stateVersion = "25.05"; # Did you read the comment? }