switch to legacy

This commit is contained in:
Joseph Hanson 2024-07-13 18:00:59 -05:00
parent 7c3891dd24
commit d476060709
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -3,8 +3,17 @@ with lib;
{
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
grub = {
enable = true;
zfsSupport = true;
device = "nodev";
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
];
};
efi = {
canTouchEfiVariables = true;
};
};
};