about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-23 12:01:17 +0000
committerGitHub <noreply@github.com>2024-01-23 12:01:17 +0000
commit568f38122138d407fd65867055a6f4ec4dfd52cd (patch)
treed190dc9ec048265e28814725eda8ab80c1ea37ac /nixos/doc/manual
parentb7a76c8b5e99302632017bd4066c689503567d86 (diff)
parent05f11d5cf849d11eca3863409f3608f8068bb72d (diff)
downloadnixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar.gz
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar.bz2
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar.lz
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar.xz
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.tar.zst
nixlib-568f38122138d407fd65867055a6f4ec4dfd52cd.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual')
-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 5e829b59877d..90b30b345bae 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -81,6 +81,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.