porcorosso: bump system.stateVersion (will change postgresql version)

This commit is contained in:
Luke Granger-Brown 2022-10-08 22:11:21 +01:00
parent 86539ec1f2
commit e772336dc5

View file

@ -358,5 +358,5 @@ in {
# 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 = "20.03"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
}