CrOS/hosts/vmware/boot.nix

9 lines
154 B
Nix

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