CrOS/modules/hardware/boot.nix
2024-12-24 12:34:03 -05:00

8 lines
120 B
Nix

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