chore: update {system,home}.stateVersion to 24.11
This commit is contained in:
parent
4858f01e31
commit
ac00b5153e
|
@ -44,5 +44,5 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,5 +75,5 @@ with pkgs;
|
||||||
emblem
|
emblem
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,5 +106,5 @@
|
||||||
emblem
|
emblem
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue