From f615228e86c782b0980b625e15cbbf93752497b5 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, 3 insertions(+) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 4ef3006..89e034c 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -77,7 +77,10 @@ boot.initrd.systemd.enable = true; boot.plymouth.enable = true; + boot.kernelParams = [ "quiet" ]; + # annoying ACPI bug + boot.consoleLogLevel = 2; # cryptsetup boot.initrd.luks.devices = {