dregil: Explicitly set boot loader timeout
This commit is contained in:
parent
c662e3354d
commit
fc62e3d62f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue