CrOS/modules/hardware/boot.nix

12 lines
170 B
Nix

{
config = {
boot = {
loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
};
};
};
};
}