summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/boot.nix4
1 files 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 @@
23 23
24 tmpOnTmpfs = true; 24 tmpOnTmpfs = true;
25 25
26 kernelParams = ["intel_pstate=no_hwp"]; 26 kernelParams = [ "intel_pstate=no_hwp" "quiet" ];
27 27
28 blacklistedKernelModules = ["snd_soc_skl"]; 28 blacklistedKernelModules = [ "snd_soc_skl" ];
29 }; 29 };
30} 30}