about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2024-02-18 13:20:40 +0100
committerJulien Moutinho <julm+nixpkgs@sourcephile.fr>2024-02-25 01:20:29 +0100
commit7d0c8129637823fc83e2b0aff9a4e945add51af9 (patch)
tree94700f454138a55de8bc0bf4881732554b1e107b /nixos/doc/manual
parent0d1c88c7acb0e8b53ffe2577952dc6ca2df18eda (diff)
downloadnixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar.gz
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar.bz2
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar.lz
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar.xz
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.tar.zst
nixlib-7d0c8129637823fc83e2b0aff9a4e945add51af9.zip
nixos/systemd: merge unit options as lists when at least one value is a list
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
1 files changed, 5 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 70ee02183f4f..fd32fe93cb6f 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -348,6 +348,11 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `mpich` package expression now requires `withPm` to be a list, e.g. `"hydra:gforker"` becomes `[ "hydra" "gforker" ]`.
 
+- When merging systemd unit options (of type `unitOption`),
+  if at least one definition is a list, all those which aren't are now lifted into a list,
+  making it possible to accumulate definitions without resorting to `mkForce`,
+  hence to retain the definitions not anticipating that need.
+
 - YouTrack is bumped to 2023.3. The update is not performed automatically, it requires manual interaction. See the YouTrack section in the manual for details.
 
 - QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).