mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
commit
9fa8b02c41
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
||||||
The `uid-range` [system feature] requires the [`auto-allocate-uids`]
|
The `uid-range` [system feature] requires the [`auto-allocate-uids`]
|
||||||
setting to be enabled.
|
setting to be enabled.
|
||||||
|
|
||||||
[system feature]: (../command-ref/conf-file.md#conf-system-features)
|
[system feature]: ../command-ref/conf-file.md#conf-system-features
|
||||||
|
|
||||||
* Nix can now automatically pick UIDs for builds, removing the need to
|
* Nix can now automatically pick UIDs for builds, removing the need to
|
||||||
create `nixbld*` user accounts. See [`auto-allocate-uids`].
|
create `nixbld*` user accounts. See [`auto-allocate-uids`].
|
||||||
|
|
||||||
[`auto-allocate-uids`]: (../command-ref/conf-file.md#conf-auto-allocate-uids)
|
[`auto-allocate-uids`]: ../command-ref/conf-file.md#conf-auto-allocate-uids
|
||||||
|
|
||||||
* On Linux, Nix has experimental support for running builds inside a
|
* On Linux, Nix has experimental support for running builds inside a
|
||||||
cgroup. See
|
cgroup. See
|
||||||
|
|
Loading…
Reference in a new issue