Increment system.stateVersion of aluminium

This commit is contained in:
Jakob Lechner 2023-11-25 04:27:22 +00:00
parent fd0c356289
commit da5ec69043
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -120,7 +120,7 @@ in
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
} }