Use systemd-boot as a temporary workaround

This commit is contained in:
2025-06-02 12:22:12 +02:00
parent b2c983ee22
commit f9a04a4492

View File

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