From 73ac079775d3b3eed53f508f3d28b399c1844ede Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 6 Jul 2024 03:24:42 -0400 Subject: [PATCH] slab: change kernel loglevel --- hosts/slab/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 4ef3006..6502941 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -77,7 +77,8 @@ boot.initrd.systemd.enable = true; boot.plymouth.enable = true; - boot.kernelParams = [ "quiet" ]; + # annoying ACPI bug + boot.kernelParams = [ "quiet" "loglevel=2" ]; # cryptsetup boot.initrd.luks.devices = {