add unmount and references

This commit is contained in:
Michael Zhang 2022-05-09 02:08:26 -05:00
parent d304c41903
commit 417c62988c
1 changed files with 12 additions and 1 deletions

View File

@ -149,4 +149,15 @@ Run
nixos-install --root $MNT --flake flake#attr
```
Done!
Done! Now unmount the file systems:
```
umount $MNT/boot
umount $MNT
```
## References
- https://elis.nu/blog/2019/08/encrypted-zfs-mirror-with-mirrored-boot-on-nixos/
- https://blog.lazkani.io/posts/nixos-on-encrypted-zfs/
- https://nixos.wiki/wiki/ZFS