CrOS/modules/boot.nix
2024-09-15 14:36:15 -04:00

8 lines
124 B
Nix

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