This commit is contained in:
Filippo Berto 2024-11-21 14:46:23 +01:00
parent a044902116
commit 90b5493ff6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 3 additions and 3 deletions

View file

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