fix console log level
This commit is contained in:
parent
015e90cc63
commit
3f8d1009aa
@ -37,7 +37,7 @@ in {
|
||||
};
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = lib.mkDefault cfg.fancyBoot;
|
||||
consoleLogLevel = lib.mkDefault (if cfg.fancyBoot then 0 else 3);
|
||||
initrd.verbose = lib.mkDefault (!cfg.fancyBoot);
|
||||
plymouth.enable = lib.mkDefault cfg.fancyBoot;
|
||||
kernelParams = lib.mkIf cfg.fancyBoot [
|
||||
|
Loading…
Reference in New Issue
Block a user