summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-03-05 23:12:52 +0100
committerDaiderd Jordan <daiderd@gmail.com>2020-05-21 19:58:11 +0200
commitcaface1980344347f2a50701ec133e98e6094c8c (patch)
treea5f052ed83522f6e910b0b1170c6ae67ad805d78 /scripts
parentee89b7797d4ec1db6dad9df5fb3bb8cc2f05de12 (diff)
install: hide the store volume on darwin
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-darwin-volume.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-darwin-volume.sh b/scripts/create-darwin-volume.sh
index d6fb44f43..a1a67acea 100755
--- a/scripts/create-darwin-volume.sh
+++ b/scripts/create-darwin-volume.sh
@@ -94,7 +94,7 @@ main() {
if ! test_fstab; then
echo "Configuring /etc/fstab..." >&2
label=$(echo "$volume" | sed 's/ /\\040/g')
- printf "\$a\nLABEL=%s /nix apfs rw\n.\nwq\n" "$label" | EDITOR=ed sudo vifs
+ printf "\$a\nLABEL=%s /nix apfs rw,nobrowse\n.\nwq\n" "$label" | EDITOR=ed sudo vifs
fi
echo "The following options can be enabled to disable spotlight indexing" >&2