diff options
-rw-r--r-- | docs/install.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.org b/docs/install.org index 386ebc0..e088d16 100644 --- a/docs/install.org +++ b/docs/install.org @@ -3,6 +3,7 @@ #+EMAIL: franck@fcuny.net * Partitioning +** For the workstation (desktop/laptop) All hosts have the same partitioning for the boot drive: - /boot partition for UEFI - / encrypted with btrfs @@ -43,7 +44,6 @@ mkswap -L swap /dev/nvme0n1p2 swapon /dev/nvme0n1p2 mkfs.fat -F 32 -n nixos-boot /dev/nvme0n1p3 #+end_src -** BTRFS #+begin_src sh mkfs.btrfs /dev/mapper/system @@ -75,7 +75,7 @@ Once the installation is completed: CUSTOMIZE_TIMESTAMP=$(date -u +%Y%m%dT%H%M%S) btrfs subvolume snapshot /mnt /mnt/.snapshots/$CUSTOMIZE_TIMESTAMP #+end_src -** Installing the system +* Installing the system #+begin_src sh nixos-generate-config --root /mnt nixos-install --root /mnt |