Regenerated

This commit is contained in:
2026-05-03 22:44:40 +02:00
parent 6930338e58
commit 465c7d4360
3 changed files with 405 additions and 423 deletions
+403 -409
View File
File diff suppressed because it is too large Load Diff
+1 -7
View File
@@ -368,7 +368,7 @@ in
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio # Audio
"snd_hda_intel.dmic_detect=0" "snd_hda_intel.dmic_detect=0"
"snd-intel-dspcfg.dsp_driver=1 "snd-intel-dspcfg.dsp_driver=1"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
@@ -378,12 +378,6 @@ in
options snd_hda_intel model=dell-headset-multi options snd_hda_intel model=dell-headset-multi
''; '';
boot.blacklistedKernelModules = [
"snd_soc_skl_hda_dsp"
"snd_sof_pci_intel_cnl"
"snd_sof_pci"
];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
# SUGGESTION: consider enabling initrd systemd — better plymouth integration # SUGGESTION: consider enabling initrd systemd — better plymouth integration
@@ -26,7 +26,7 @@
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio # Audio
"snd_hda_intel.dmic_detect=0" "snd_hda_intel.dmic_detect=0"
"snd-intel-dspcfg.dsp_driver=1 "snd-intel-dspcfg.dsp_driver=1"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
@@ -36,12 +36,6 @@
options snd_hda_intel model=dell-headset-multi options snd_hda_intel model=dell-headset-multi
''; '';
boot.blacklistedKernelModules = [
"snd_soc_skl_hda_dsp"
"snd_sof_pci_intel_cnl"
"snd_sof_pci"
];
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
# SUGGESTION: consider enabling initrd systemd — better plymouth integration # SUGGESTION: consider enabling initrd systemd — better plymouth integration