Skip to content

Commit

Permalink
focus on golden-path covering most scenarios
Browse files Browse the repository at this point in the history
This should handle installation scenarios we can handle with
anything resembling confidence. Goal is approximating the existing
setup--not enforcing a best-practice...

Approaches (+ installer-handled, - manual) and configs each covers:

+ no change needed; /nix OK on boot volume:
  All pre-Catalina (regardless of T2 or FileVault use)

+ create new unencrypted volume:
  Catalina, pre-T2, no FileVault

+ create new encrypted-at-rest volume:
  Catalina, pre-T2, FileVault
  Catalina, T2, no FileVault

- require user to pre-create encrypted volume
  Catalina, T2, FileVault
  • Loading branch information
abathur authored and LnL7 committed May 21, 2020
1 parent 477d7c2 commit 2b0a81d
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 121 deletions.
Loading

1 comment on commit 2b0a81d

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/spotlight-on-macos-monterey/16426/2

Please sign in to comment.