From e88180df2ca41016f21a348d2758683f4a5cb607 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 17:47:55 -0800 Subject: docs: udpate --- docs/install.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/install.org') 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 -- cgit 1.4.1