Merge pull request 'doc: Add system installation guide' (#17) from system into main

Reviewed-on: #17
This commit is contained in:
Leni Aniva 2024-11-15 15:04:25 -08:00
commit c0838623fb
1 changed files with 17 additions and 0 deletions

17
System.org Normal file
View File

@ -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]]