slab: change kernel loglevel

This commit is contained in:
NullBite 2024-07-06 03:24:42 -04:00
parent 2feb91b728
commit 73ac079775
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -77,7 +77,8 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.kernelParams = [ "quiet" ]; # annoying ACPI bug
boot.kernelParams = [ "quiet" "loglevel=2" ];
# cryptsetup # cryptsetup
boot.initrd.luks.devices = { boot.initrd.luks.devices = {