summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-09-17 13:51:20 +0200
committerVladimír Čunát <v@cunat.cz>2023-09-17 13:51:20 +0200
commit40f4cfcb9de7e1137d538a025188d731337fe504 (patch)
treed4e0876c889fc0fec1be61c03c1823a2ca3bbfbc /nixos/doc
parent47bdb0053cf964d899c546b13580a2661d06ce20 (diff)
parenta6366c176e11f94d738926e8cee866bed2ca8a0c (diff)
downloadnixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar.gz
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar.bz2
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar.lz
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar.xz
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.tar.zst
nixpkgs-40f4cfcb9de7e1137d538a025188d731337fe504.zip
Merge branch 'staging' into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md8
1 files changed, 8 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 9b30a20da16..b50ed3e0bb2 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).
@@ -224,6 +230,8 @@
 
 - New options were added to `services.searx` for better SearXNG support, including options for the built-in rate limiter and bot protection and automatically configuring a local redis server.
 
+- `jq` was updated to 1.7, its [first release in 5 years](https://github.com/jqlang/jq/releases/tag/jq-1.7).
+
 - A new option was added to the virtualisation module that enables specifying explicitly named network interfaces in QEMU VMs. The existing `virtualisation.vlans` is still supported for cases where the name of the network interface is irrelevant.
 
 - DocBook option documentation is no longer supported, all module documentation now uses markdown.