Update to 25.05

This commit is contained in:
pazpi 2025-07-12 19:08:11 +02:00
parent 1ebd72f84e
commit ddc4415b70
3 changed files with 56 additions and 56 deletions

View file

@ -35,6 +35,6 @@ in
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 2d";
system.stateVersion = "24.05";
system.stateVersion = "25.05";
}