move to grub2 as-removable

This commit is contained in:
Joseph Hanson 2024-07-14 06:03:05 -05:00
parent f975cdcde7
commit 49d6879955
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -5,9 +5,12 @@
supportedFilesystems = [ "nfs" ]; supportedFilesystems = [ "nfs" ];
loader = { loader = {
systemd-boot.enable = true; grub = {
efi = { enable = true;
canTouchEfiVariables = true; efiInstallAsRemovable = true;
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
];
}; };
}; };
}; };