feat: set bootloader timeout back to 3 seconds

This commit is contained in:
Noa Aarts 2024-08-14 10:27:47 +02:00
parent 5827bda274
commit 56bb998a2f

View file

@ -49,7 +49,7 @@
'';
loader = {
timeout = lib.mkDefault 0;
timeout = lib.mkDefault 3;
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;