Switch to grub for `lime`

This commit is contained in:
Riley Apeldoorn 2023-06-17 08:12:27 +02:00
parent 132e88caeb
commit 84fdac4865
1 changed files with 3 additions and 3 deletions

View File

@ -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";