stupid bootloader error change

This commit is contained in:
randomuser 2023-08-01 23:03:39 -05:00
parent 839c85fd00
commit be8eecab9b
1 changed files with 1 additions and 1 deletions

View File

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