dregil: Explicitly set boot loader timeout

This commit is contained in:
Alexander Kobjolke 2023-08-06 14:24:51 +02:00
parent c662e3354d
commit fc62e3d62f

View file

@ -21,6 +21,7 @@ in {
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 5;
# do not protect the kernel image to allow hibernation # do not protect the kernel image to allow hibernation
security.protectKernelImage = lib.mkForce false; security.protectKernelImage = lib.mkForce false;