Skip to content

Commit

Permalink
fixup! darwin: encrypt nix volume if filevault is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Dec 19, 2020
1 parent a2b56df commit 4abec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-darwin-multi-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readonly NIX_VOLUME_CREATE=${NIX_VOLUME_CREATE:-1} # now default

# caution: may update times on / if not run as normal non-root user
read_only_root() {
# this touch command ~should~ always produce an error for a normal
# this touch command ~should~ always produce an error
# as of this change I confirmed /usr/bin/touch emits:
# "touch: /: Read-only file system" Catalina+ and Big Sur
# "touch: /: Permission denied" Mojave
Expand Down

0 comments on commit 4abec14

Please sign in to comment.