fix console log level

This commit is contained in:
notgne2 2023-04-11 20:47:42 -07:00
parent 015e90cc63
commit 3f8d1009aa
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -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 [