diff --git a/System.org b/System.org new file mode 100644 index 0000000..f64c26a --- /dev/null +++ b/System.org @@ -0,0 +1,17 @@ +#+title: System + +Helpful guides for system installation. + +* Partition Schemes + +Recommended partition scheme for directories: +#+begin_src +/ +├ /boot # Same drive +├ /nix +├ /home # Different drive +#+end_src + +** Encrypted Partitions + +See [[https://wiki.archlinux.org/title/Dm-crypt/Mounting_at_login][DM-Crypt on Arch Wiki]]