Common: update state version

This commit is contained in:
Toast 2024-12-10 17:34:22 +01:00
parent 049a95e7b0
commit efc4b199a4

View file

@ -130,7 +130,7 @@
users.toast = {osConfig, ...}: {
catppuccin.flavor = osConfig.catppuccin.flavor;
catppuccin.accent = osConfig.catppuccin.accent;
home.stateVersion = "24.05";
home.stateVersion = "24.11";
manual = {
manpages.enable = true;
html.enable = true;
@ -165,7 +165,7 @@
*/
system = {
stateVersion = "24.05";
stateVersion = "24.11";
# Nix on nixos 23.05 does not have dirtyRev
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
nixos.variant_id = lib.strings.toLower config.networking.hostName;