typo fix for auto-allocate-uids (#505)

The config option `auto-uid-allocation` does exist even if the experimental feature `auto-allocate-uids` is enabled.
This commit is contained in:
George Shammas 2023-06-05 14:45:43 +00:00 committed by GitHub
parent 99941446df
commit 52e8b61009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ Differing from the current official [Nix](https://github.com/NixOS/nix) installe
+ `bash-prompt-prefix` is set
+ `auto-optimise-store` is set to `true`
* `extra-nix-path` is set to `nixpkgs=flake:nixpkgs`
* `auto-uid-allocation` is set to `true`.
* `auto-allocate-uids` is set to `true`.
* an installation receipt (for uninstalling) is stored at `/nix/receipt.json` as well as a copy of the install binary at `/nix/nix-installer`
* `nix-channel --update` is not run, `~/.nix-channels` is not provisioned
* `NIX_SSL_CERT_FILE` is set in the various shell profiles if the `ssl-cert-file` argument is used.