Upgrade all stateVersions

This commit is contained in:
Fabian Hauser 2024-12-06 18:09:50 +02:00
parent 88d5e65b66
commit 52bc3cc708
7 changed files with 7 additions and 7 deletions

View file

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