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 '';