diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 540e2bd..15b86cb 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -16,8 +16,8 @@ in ''; }; loaderTimeout = mkOption { - default = 5; - example = 0; + default = 0; + example = 5; description = '' The timeout for the bootloader select screen '';