Update efi settings.

This commit is contained in:
Joseph Hanson 2024-06-22 18:13:31 -05:00
parent 8f879e3a6d
commit 0ebd2a004c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -17,14 +17,14 @@
useOSProber = true;
zfsSupport = true;
efiSupport = true;
# efiInstallAsRemovable = true;
efiInstallAsRemovable = true;
mirroredBoots = [
{ devices = ["nodev"]; path = "/boot";}
];
};
efi = {
canTouchEfiVariables = true;
};
# efi = {
# canTouchEfiVariables = true;
# };
};
};