Regenerated

This commit is contained in:
2026-05-03 21:47:03 +02:00
parent 63f701ece8
commit 825cea6698
3 changed files with 416 additions and 413 deletions
+408 -407
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -366,15 +366,16 @@ in
"i915.enable_psr2_sel_fetch=0" "i915.enable_psr2_sel_fetch=0"
# NVMe # NVMe
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio
"snd_sof_pci.quirk_map=0x1025141d:0"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
# REMOVED: fixup=76 has no effect when snd_hda_codec_realtek is blacklisted options snd-hda-intel dmic_detect=0
# If you remove the blacklist below, add it back and test
''; '';
boot.blacklistedKernelModules = [ "snd_hda_codec_realtek" ]; boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
@@ -24,15 +24,16 @@
"i915.enable_psr2_sel_fetch=0" "i915.enable_psr2_sel_fetch=0"
# NVMe # NVMe
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio
"snd_sof_pci.quirk_map=0x1025141d:0"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
# REMOVED: fixup=76 has no effect when snd_hda_codec_realtek is blacklisted options snd-hda-intel dmic_detect=0
# If you remove the blacklist below, add it back and test
''; '';
boot.blacklistedKernelModules = [ "snd_hda_codec_realtek" ]; boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;