chore: update {system,home}.stateVersion to 24.11

This commit is contained in:
Felix Schröter 2024-12-08 18:38:11 +01:00
parent 4858f01e31
commit ac00b5153e
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 6 additions and 6 deletions

View file

@ -44,5 +44,5 @@
} }
''; '';
home.stateVersion = "23.05"; home.stateVersion = "24.11";
} }

View file

@ -75,5 +75,5 @@ with pkgs;
emblem emblem
]; ];
home.stateVersion = "23.05"; home.stateVersion = "24.11";
} }

View file

@ -106,5 +106,5 @@
emblem emblem
]; ];
home.stateVersion = "23.05"; home.stateVersion = "24.11";
} }

View file

@ -59,5 +59,5 @@
systemd.notify.libnotify.user = "felschr"; systemd.notify.libnotify.user = "felschr";
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "23.05"; system.stateVersion = "24.11";
} }

View file

@ -158,7 +158,7 @@ in
}; };
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "23.05"; system.stateVersion = "24.11";
system.autoUpgrade.allowReboot = true; system.autoUpgrade.allowReboot = true;
system.autoUpgrade.rebootWindow = { system.autoUpgrade.rebootWindow = {

View file

@ -38,5 +38,5 @@
}; };
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "22.05"; system.stateVersion = "24.11";
} }