nixos-hardware/purism/librem/13v3
Yegor Timoshenko 5a545d7145 Add Purism Librem 13v3 profile 2018-06-18 00:21:30 +03:00
..
README.md Add Purism Librem 13v3 profile 2018-06-18 00:21:30 +03:00
default.nix Add Purism Librem 13v3 profile 2018-06-18 00:21:30 +03:00

README.md

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;
  };
}