Add more delay to grub boot

This commit is contained in:
Tyler Beckman 2024-11-24 02:21:03 -07:00
parent dfb943d9c4
commit 8d7a409089
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -21,6 +21,7 @@
theme = inputs.nixos-grub-themes.packages."${system}".hyperfluent;
};
efi.canTouchEfiVariables = true;
timeout = 10;
};
# Enable plymouth for a nicer boot sequence