treewide: replace mentions of 24.05 with 24.11

This commit is contained in:
Gaetan Lepage 2024-11-21 08:29:44 +01:00
parent 0c89a669f6
commit a35f923d6a
6 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ nixpkgs.lib.nixosSystem {
modules = [
{
system.stateVersion = "24.05";
system.stateVersion = "24.11";
boot.loader.systemd-boot.enable = true;
fileSystems."/" = {
device = "/non/existent/device";