add unmount and references
This commit is contained in:
parent
d304c41903
commit
417c62988c
1 changed files with 12 additions and 1 deletions
|
@ -149,4 +149,15 @@ Run
|
||||||
nixos-install --root $MNT --flake flake#attr
|
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
|
||||||
|
|
Loading…
Reference in a new issue