From 1bd9c9ec0c01f1c1fb4fd44d42d4e688d22636f8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Sep 2018 17:57:14 +0200 Subject: quiet --- hel/boot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel/boot.nix b/hel/boot.nix index 41452166..5320fcac 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -23,8 +23,8 @@ tmpOnTmpfs = true; - kernelParams = ["intel_pstate=no_hwp"]; + kernelParams = [ "intel_pstate=no_hwp" "quiet" ]; - blacklistedKernelModules = ["snd_soc_skl"]; + blacklistedKernelModules = [ "snd_soc_skl" ]; }; } -- cgit v1.2.3