nixos/release-notes: add note about user-group subuid change

This commit is contained in:
Leona Maroni 2025-04-21 20:09:00 +02:00
parent 374b2ed9f9
commit ee4fc8ad62
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -259,6 +259,8 @@
to review the new defaults and description of
[](#opt-services.nextcloud.poolSettings).
- In `users.users` allocation on systems with multiple users it could happen that collided with others. Now these users get new subuid ranges assigned. When this happens, a warning is issued on the first activation. If the subuids were used (e.g. with rootless container managers like podman), please change the ownership of affected files accordingly.
- The `services.locate` module does no longer support findutil's `locate` due to its inferior performance compared to `mlocate` and `plocate`. The new default is `plocate`.
As the `service.locate.localuser` option only applied when using findutil's `locate`, it has also been removed.