Bootloader: Difference between revisions

imported>Marek-lach
update working mountpoint syntax
imported>Mic92
m fix efiSysMountPoint option
Line 39: Line 39:
   efi = {
   efi = {
     canTouchEfiVariables = true;
     canTouchEfiVariables = true;
     boot.loader.efi.efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
     efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
   };
   };
   grub = {
   grub = {