mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
251 B
251 B
Librem comes with Coreboot + SeaBIOS payload. That means EFI boot is not
possible. Use fdisk
to partition hard drive, and GRUB as a bootloader:
{
boot.loader.grub = {
enable = true;
device = "/dev/sda";
version = 2;
};
}