2024-11-04 11:59:14 +10:00
|
|
|
{...}:
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
boot.loader = {
|
|
|
|
|
efi = {
|
|
|
|
|
canTouchEfiVariables = true;
|
|
|
|
|
efiSysMountPoint = "/boot/efi";
|
|
|
|
|
};
|
|
|
|
|
grub = {
|
|
|
|
|
efiSupport = true;
|
|
|
|
|
#efiInstallAsRemovable = true; # in case canTouchEfiVariables doesn't work on your system
|
|
|
|
|
device = "nodev";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|