kasei: grub -> systemd-boot

This commit is contained in:
2025-05-05 22:30:47 +02:00
parent 3e39d48d27
commit 045ca620ea

View File

@@ -109,14 +109,9 @@
initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
loader = {
efi.canTouchEfiVariables = false;
grub = {
enable = true;
efiSupport = true;
fsIdentifier = "label";
device = "nodev";
efiInstallAsRemovable = true;
};
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
systemd-boot.consoleMode = "1";
};
};