CrOS/modules/hardware/boot.nix
2024-12-24 12:22:47 -05:00

8 lines
113 B
Nix

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