From 22a5f70b7c12dadbd52681b5f2a0dd005e11e394 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Dec 2022 14:58:38 +0000 Subject: modules/x220: generate GRUB config I'm using GRUB in Coreboot now, so it needs a config file. --- sys/x220.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/x220.nix b/sys/x220.nix index 2e2c2d0356a6..1abcd9a57b90 100644 --- a/sys/x220.nix +++ b/sys/x220.nix @@ -16,8 +16,8 @@ boot.kernelModules = [ "kvm-intel" ]; - boot.loader.grub.enable = false; - boot.loader.generic-extlinux-compatible.enable = true; + boot.loader.grub.enable = true; + boot.loader.grub.device = "nodev"; boot.initrd.postDeviceCommands = '' mkdir /mnt -- cgit 1.4.1