diff --git a/shared/common.nix b/shared/common.nix index 212700d..43e282a 100644 --- a/shared/common.nix +++ b/shared/common.nix @@ -30,5 +30,5 @@ rec { # 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.version = "24.11"; + system.version = "25.05"; }