about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2024-01-06 00:30:23 +0000
committerJulien Malka <julien@malka.sh>2024-01-07 11:34:09 +0000
commiteb435897a6de9c1924b0fc45147470bb557ae105 (patch)
tree24711ab5a70fead677042c6eeac2e79bda957d1c /nixos/doc
parent67ebfe5a801ec6b0f2fafac2f3a42939e9804f80 (diff)
downloadnixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar.gz
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar.bz2
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar.lz
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar.xz
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.tar.zst
nixlib-eb435897a6de9c1924b0fc45147470bb557ae105.zip
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 d238e92271c5..9db2b4897791 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -14,6 +14,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}