Use systemd-boot as a temporary workaround

This commit is contained in:
coolneng 2025-06-02 12:22:12 +02:00
parent b2c983ee22
commit f9a04a4492
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -30,7 +30,7 @@ with pkgs;
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = false;
enable = true;
configurationLimit = 50;
editor = false;
};