Add Purism Librem 13v3 profile

This commit is contained in:
Yegor Timoshenko
2018-06-18 00:05:44 +03:00
parent 4d548d09cc
commit 5a545d7145
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Librem comes with Coreboot + SeaBIOS payload. That means EFI boot is not
possible. Use `fdisk` to partition hard drive, and GRUB as a bootloader:
```nix
{
boot.loader.grub = {
enable = true;
device = "/dev/sda";
version = 2;
};
}
```