aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2022-08-04 06:23:36 -0500
committerGitHub <noreply@github.com>2022-08-04 06:23:36 -0500
commit3c2de2da01704ad2b43182b3b9080dc541e7efc7 (patch)
tree744383aade49513ea7aa7e8889b1e16483e8851d /doc
parent649c9d9b4c0b2327b11c44cda7b5738efa245c08 (diff)
Update doc/manual/src/installation/installing-binary.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/installation/installing-binary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/installation/installing-binary.md b/doc/manual/src/installation/installing-binary.md
index a2f284d5a..d94e78a91 100644
--- a/doc/manual/src/installation/installing-binary.md
+++ b/doc/manual/src/installation/installing-binary.md
@@ -149,7 +149,7 @@ and `/etc/zshrc` which you may remove.
4. Edit fstab using `sudo vifs` to remove the line mounting the Nix Store
volume on `/nix`, which looks like
- `UUID=<unique uuid> /nix apfs rw,noauto,nobrowse,suid,owners` or
+ `UUID=<uuid> /nix apfs rw,noauto,nobrowse,suid,owners` or
`LABEL=Nix\040Store /nix apfs rw,nobrowse`. This will prevent automatic
mounting of the Nix Store volume.