From 84fdac48651c7af5ee99a6ad820556899db138de Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Sat, 17 Jun 2023 08:12:27 +0200 Subject: [PATCH] Switch to grub for `lime` --- system/lime/core.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/lime/core.nix b/system/lime/core.nix index 1c79c33..94d0d1e 100644 --- a/system/lime/core.nix +++ b/system/lime/core.nix @@ -24,10 +24,10 @@ "sdhci_pci" ]; kernelModules = [ "kvm-intel" ]; - loader.systemd-boot = { + loader.grub = { enable = true; - editor = false; - configurationLimit = 10; + efiSupport = true; + device = "nodev"; }; loader.efi.canTouchEfiVariables = true; initrd.luks.devices.root.device = "/dev/disk/by-uuid/bd5edcc6-35b7-4829-901f-8593c16f0324";