Compare commits

..

No commits in common. "8be91d56ee75de685a1e4a7060a9d2714c26d6fd" and "1ee990513d272da09fb4591b869479803370432d" have entirely different histories.

View file

@ -16,8 +16,8 @@ in
'';
};
loaderTimeout = mkOption {
default = 0;
example = 5;
default = 5;
example = 0;
description = ''
The timeout for the bootloader select screen
'';
@ -36,10 +36,7 @@ in
];
};
consoleLogLevel = 0;
initrd = {
verbose = false;
systemd.enable = true;
};
initrd.verbose = false;
kernelParams = [
"quiet"
"splash"