Bootloader: Difference between revisions

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