From 8850925b7ec5444c7eb83e2400c210939f6a7de1 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 5 Dec 2022 21:28:41 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index caac8d6..c3b2090 100644 --- a/install.sh +++ b/install.sh @@ -94,6 +94,10 @@ sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@ /dev/lvm/root /mnt sudo mkdir /mnt/home/ sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home +# Mount the EFI partition. +sudo mkdir /mnt/boot/ +sudo mount $efiName /mnt/boot + # Generate Nix configuration sudo nixos-generate-config --root /mnt