From f6b00722c68be5e659904c66f8863d3c0a0e2376 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 5 Jul 2024 13:19:53 -0700 Subject: [PATCH] Revert "instant bootloader" This reverts commit 054838677ce929586e47e0ac2f94465743945ee5. --- modules/plymouth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 035750f..1e3891a 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -16,8 +16,8 @@ in ''; }; loaderTimeout = mkOption { - default = 0; - example = 5; + default = 5; + example = 0; description = '' The timeout for the bootloader select screen '';