Compare commits
No commits in common. "8be91d56ee75de685a1e4a7060a9d2714c26d6fd" and "1ee990513d272da09fb4591b869479803370432d" have entirely different histories.
8be91d56ee
...
1ee990513d
1 changed files with 3 additions and 6 deletions
|
@ -16,8 +16,8 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
loaderTimeout = mkOption {
|
loaderTimeout = mkOption {
|
||||||
default = 0;
|
default = 5;
|
||||||
example = 5;
|
example = 0;
|
||||||
description = ''
|
description = ''
|
||||||
The timeout for the bootloader select screen
|
The timeout for the bootloader select screen
|
||||||
'';
|
'';
|
||||||
|
@ -36,10 +36,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd = {
|
initrd.verbose = false;
|
||||||
verbose = false;
|
|
||||||
systemd.enable = true;
|
|
||||||
};
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
"splash"
|
"splash"
|
||||||
|
|
Loading…
Reference in a new issue