diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-18 17:47:55 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 17:47:55 -0800 |
commit | e88180df2ca41016f21a348d2758683f4a5cb607 (patch) | |
tree | 94667e4d8502e6f62ca2441d9b003b96d958a631 | |
parent | media: reorganize in multiples modules (diff) | |
download | world-e88180df2ca41016f21a348d2758683f4a5cb607.tar.gz |
docs: udpate
-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 |