1

Increase bootloader timeout

This commit is contained in:
2023-08-21 11:38:29 +02:00
parent b4eee967f3
commit 6cd925e1c5

View File

@ -89,7 +89,7 @@ with mylib.networking; {
# plymouth.enable = true;
loader.systemd-boot.enable = true;
loader.systemd-boot.configurationLimit = 5;
loader.systemd-boot.configurationLimit = 60;
loader.systemd-boot.editor = false;
loader.systemd-boot.consoleMode = "max";
loader.efi.canTouchEfiVariables = true;