about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorbryango <bryango@users.noreply.github.com>2024-01-22 21:53:06 +0800
committerGitHub <noreply@github.com>2024-01-22 21:53:06 +0800
commit940fb2a3e02be09e9fabe24f76fc61a2068b5c13 (patch)
tree6cb6768807fd32a99b34baa9094178391647f3a7 /nixos/doc/manual/release-notes
parent0ccfce78678126ec8d7d97742bc340cc3637d5ed (diff)
downloadnixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar.gz
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar.bz2
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar.lz
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar.xz
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.tar.zst
nixlib-940fb2a3e02be09e9fabe24f76fc61a2068b5c13.zip
inetutils: release-note on `meta.priority`
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 84ece231efea..b6f5e2b80d4d 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -63,6 +63,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - Invidious has changed its default database username from `kemal` to `invidious`. Setups involving an externally provisioned database (i.e. `services.invidious.database.createLocally == false`) should adjust their configuration accordingly. The old `kemal` user will not be removed automatically even when the database is provisioned automatically.(https://github.com/NixOS/nixpkgs/pull/265857)
 
+- `inetutils` now has a lower priority to avoid shadowing the commonly used `util-linux`. If one wishes to restore the default priority, simply use `lib.setPrio 5 inetutils` or override with `meta.priority = 5`.
+
 - `paperless`' `services.paperless.extraConfig` setting has been removed and converted to the freeform type and option named `services.paperless.settings`.
 
 - The legacy and long deprecated systemd target `network-interfaces.target` has been removed. Use `network.target` instead.