Added Changes to EFi install process

This commit is contained in:
Luke Else 2025-03-21 00:54:13 +00:00
parent 47a4441639
commit 681a0706f1
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ mkfs.fat -F 32 -n boot ${DISK}3
# Mount the partitions
mount /dev/disk/by-label/nixos /mnt
mkdir -p /mnt/boot
mount /dev/disk/by-label/boot /mnt/boot
mount -o umask=077 /dev/disk/by-label/boot /mnt/boot
# Clone the configuration repository

View File

@ -7,7 +7,6 @@
};
boot.loader.efi = {
efiSysMountPoint = "/boot/efi";
canTouchEfiVariables = true;
};