CrOS/hosts/vmware/boot.nix
2024-09-15 01:00:23 +00:00

9 lines
158 B
Nix

{
boot.loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
};
}