From 417c62988cfc8b08363f3d779c617fd4984f5b5b Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 9 May 2022 02:08:26 -0500 Subject: [PATCH] add unmount and references --- .../2022-05-09-installing-nixos-on-encrypted-zfs.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/posts/2022-05-09-installing-nixos-on-encrypted-zfs.md b/content/posts/2022-05-09-installing-nixos-on-encrypted-zfs.md index 55782b5..ac59a2f 100644 --- a/content/posts/2022-05-09-installing-nixos-on-encrypted-zfs.md +++ b/content/posts/2022-05-09-installing-nixos-on-encrypted-zfs.md @@ -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