summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
Diffstat (limited to 'hel')
-rw-r--r--hel/boot.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel/boot.nix b/hel/boot.nix
index c3acf746..318b860b 100644
--- a/hel/boot.nix
+++ b/hel/boot.nix
@@ -12,5 +12,7 @@
12 tmpOnTmpfs = true; 12 tmpOnTmpfs = true;
13 13
14 kernelParams = ["intel_pstate=no_hwp"]; 14 kernelParams = ["intel_pstate=no_hwp"];
15
16 blacklistedKernelModules = ["snd_soc_skl"];
15 }; 17 };
16} 18}