tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
791 stars 82 forks source link

Add cryptsetup to installer packages #5

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

Fixes #4

WhyNotHugo commented 2 years ago

Well, this is required, but still missing dm-crypt support on the built kernel.

tpwrules commented 2 years ago

Please also add the relevant kernel config and test to make sure you can access encrypted volumes in the installer.

WhyNotHugo commented 2 years ago

I've updated the PR with all the changes I needed to actually mount the volume.