Jump to content

Dual Booting NixOS and Windows: Difference between revisions

efiSysMountPoint needs the boot directory which is normally just /boot
imported>Samueldr
m (Mirrors structure for == MBR ==)
imported>Jeschli
(efiSysMountPoint needs the boot directory which is normally just /boot)
Line 43: Line 43:
       canTouchEfiVariables = true;
       canTouchEfiVariables = true;
       # assuming /boot/efi is the mount point of the  EFI partition in NixOS
       # assuming /boot/efi is the mount point of the  EFI partition in NixOS
       efiSysMountPoint = "/boot/efi";
       efiSysMountPoint = "/boot";
     };
     };
     grub = {
     grub = {
Anonymous user