Drop the new

This commit is contained in:
Daniel Olsen
2025-07-16 14:53:56 +02:00
parent 6cfc2b32a7
commit a32f0ee342
2 changed files with 1 additions and 1 deletions

View File

@@ -218,5 +218,5 @@
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you
# should. # should.
system.stateVersion = "24.11"; # Did you read the comment? system.stateVersion = "25.05"; # Did you read the comment?
} }