about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2024-01-11 00:40:07 +0100
committerGitHub <noreply@github.com>2024-01-11 00:40:07 +0100
commita6303da3a750d5aa759307f5d25859bd2d32fa2d (patch)
treece36039c7df93017eb41d54918c4d768f136dbcc /nixos/doc
parent46ec6ef07f11ffa2ef8d95cb7c9faadd35b917c9 (diff)
parenteb435897a6de9c1924b0fc45147470bb557ae105 (diff)
downloadnixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar.gz
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar.bz2
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar.lz
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar.xz
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.tar.zst
nixlib-a6303da3a750d5aa759307f5d25859bd2d32fa2d.zip
Merge pull request #273062 from JulienMalka/systemd-boot-counting
nixos/systemd-boot: init boot counting
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 648064643930..8387b1f77e3d 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -16,6 +16,8 @@ In addition to numerous new and upgraded packages, this release has the followin
    - This can be disabled through the `environment.stub-ld.enable` option.
    - If you use `programs.nix-ld.enable`, no changes are needed. The stub will be disabled automatically.
 
+- NixOS now has support for *automatic boot assessment* (see [here](https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/)) for detailed description of the feature) for `systemd-boot` users. Available as [boot.loader.systemd-boot.bootCounting](#opt-boot.loader.systemd-boot.bootCounting.enable).
+
 - Julia environments can now be built with arbitrary packages from the ecosystem using the `.withPackages` function. For example: `julia.withPackages ["Plots"]`.
 
 ## New Services {#sec-release-24.05-new-services}