Regenerated

This commit is contained in:
2026-05-03 22:49:52 +02:00
parent 465c7d4360
commit a4e089d341
3 changed files with 407 additions and 419 deletions
+405 -409
View File
File diff suppressed because it is too large Load Diff
+1 -5
View File
@@ -367,15 +367,11 @@ in
# NVMe # NVMe
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio # Audio
"snd_hda_intel.dmic_detect=0" "snd-intel-dspcfg.dsp_driver=3"
"snd-intel-dspcfg.dsp_driver=1"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
options snd-intel-dspcfg dsp_driver=1
options snd_hda_intel dmic_detect=0
options snd_hda_intel model=dell-headset-multi
''; '';
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
@@ -25,15 +25,11 @@
# NVMe # NVMe
"nvme.noacpi=1" "nvme.noacpi=1"
# Audio # Audio
"snd_hda_intel.dmic_detect=0" "snd-intel-dspcfg.dsp_driver=3"
"snd-intel-dspcfg.dsp_driver=1"
]; ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
options snd-intel-dspcfg dsp_driver=1
options snd_hda_intel dmic_detect=0
options snd_hda_intel model=dell-headset-multi
''; '';
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;