CrOS/modules/boot.nix
2024-09-15 11:23:39 -04:00

9 lines
154 B
Nix

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