fix console log level
This commit is contained in:
parent
015e90cc63
commit
f366b68f4c
@ -37,7 +37,7 @@ in {
|
||||
};
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = lib.mkDefault cfg.fancyBoot;
|
||||
consoleLogLevel = lib.mkDefault (cfg.fancyBoot ? 0 : 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