From 8d34735c3099648fb3444d218c78fb3fb7612c46 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Jul 2017 21:10:50 +0200 Subject: lass: cleanup --- lass/2configs/boot/coreboot.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lass/2configs/boot/coreboot.nix (limited to 'lass/2configs/boot') diff --git a/lass/2configs/boot/coreboot.nix b/lass/2configs/boot/coreboot.nix new file mode 100644 index 00000000..1548cbc2 --- /dev/null +++ b/lass/2configs/boot/coreboot.nix @@ -0,0 +1,10 @@ +{ ... }: + +{ + boot = { + loader.grub.enable = true; + loader.grub.version = 2; + loader.grub.device = "/dev/sda"; + loader.grub.efiSupport = true; + }; +} -- cgit v1.2.3