fix console log level
This commit is contained in:
parent
015e90cc63
commit
3f8d1009aa
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
consoleLogLevel = lib.mkDefault cfg.fancyBoot;
|
consoleLogLevel = lib.mkDefault (if cfg.fancyBoot then 0 else 3);
|
||||||
initrd.verbose = lib.mkDefault (!cfg.fancyBoot);
|
initrd.verbose = lib.mkDefault (!cfg.fancyBoot);
|
||||||
plymouth.enable = lib.mkDefault cfg.fancyBoot;
|
plymouth.enable = lib.mkDefault cfg.fancyBoot;
|
||||||
kernelParams = lib.mkIf cfg.fancyBoot [
|
kernelParams = lib.mkIf cfg.fancyBoot [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue