fix(systemd-boot): reenable timeout

This commit is contained in:
Mohammad Rafiq 2025-03-17 13:33:31 +08:00
parent 788b05f3b7
commit 6e5b3ef586

View file

@ -1,6 +1,6 @@
{
boot.loader = {
timeout = 0;
timeout = 5;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};