Set to 24.05 stateVersion

This commit is contained in:
Florian RICHER 2024-05-24 23:11:36 +02:00
parent cd1c1eea16
commit 2abd5f2084
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
username = "florian";
homeDirectory = "/home/florian";
stateVersion = "23.11";
stateVersion = "24.05";
};
programs.home-manager.enable = true;

View file

@ -56,5 +56,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.05"; # Did you read the comment?
}