Switch back to systemd-boot

It allows for a smoother transition to plymouth
This commit is contained in:
Marko Korhonen 2024-09-18 23:18:07 +03:00
parent 0c00ca07ad
commit 45047a7320
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -31,12 +31,8 @@
boot = { boot = {
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { systemd-boot.enable = true;
enable = true; timeout = 0;
efiSupport = true;
device = "nodev";
timeoutStyle = "hidden";
};
}; };
initrd = { initrd = {