Dual Booting NixOS and Windows: Difference between revisions

imported>Jeschli
efiSysMountPoint needs the boot directory which is normally just /boot
imported>Samueldr
m →‎EFI + Grub: Fixes comment, the previous statement wasn't false, but may have been surprising when compared to the installation section of the manual
Line 42: Line 42:
     efi = {
     efi = {
       canTouchEfiVariables = true;
       canTouchEfiVariables = true;
       # assuming /boot/efi is the mount point of the  EFI partition in NixOS
       # assuming /boot is the mount point of the  EFI partition in NixOS (as the installation section recommends).
       efiSysMountPoint = "/boot";
       efiSysMountPoint = "/boot";
     };
     };