summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-09-12 15:31:33 +0200
committernikstur <nikstur@outlook.com>2023-09-13 12:03:48 +0200
commitf902c6a1b93cc368c81b870029fb9653b219a9d4 (patch)
treee0243d5b8ba7593941eba3f2589423369a8eb4f6 /nixos
parentc56ec54ba53abac3d9328db542f2d4def47fdc0f (diff)
downloadnixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar.gz
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar.bz2
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar.lz
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar.xz
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.tar.zst
nixpkgs-f902c6a1b93cc368c81b870029fb9653b219a9d4.zip
systemd: add release notes for v254
We add information for 23.11 regarding the v254 release.
This information may be modified before the actual release.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index a2041db2a87..1d790d016f4 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -10,6 +10,12 @@
 
 - The `nixos-rebuild` command has been given a `list-generations` subcommand. See `man nixos-rebuild` for more details.
 
+- [systemd](https://systemd.io) has been updated from v253 to v254, see [the release notes](https://github.com/systemd/systemd/blob/v254/NEWS#L3-L659) for more information on the changes.
+    - `boot.resumeDevice` **must be specified** when hibernating if not in EFI mode.
+    - systemd may warn your system about the permissions of your ESP partition (often `/boot`), this warning can be ignored for now, we are looking
+      into a satisfying solution regarding this problem.
+    - Updating with `nixos-rebuild boot` and rebooting is recommended, since in some rare cases the `nixos-rebuild switch` into the new generation on a live system might fail due to missing mount units.
+
 ## New Services {#sec-release-23.11-new-services}
 
 - [MCHPRS](https://github.com/MCHPR/MCHPRS), a multithreaded Minecraft server built for redstone. Available as [services.mchprs](#opt-services.mchprs.enable).