Regenerated

This commit is contained in:
2026-05-03 21:54:31 +02:00
parent 825cea6698
commit ad0bbcebd2
3 changed files with 422 additions and 407 deletions
@@ -31,9 +31,14 @@
boot.extraModprobeConfig = ''
options snd_hda_intel power_save=0
options snd-hda-intel dmic_detect=0
options snd-hda-intel model=alc295-disable-dac3
'';
boot.blacklistedKernelModules = [ "snd_soc_skl_hda_dsp" ];
boot.blacklistedKernelModules = [
"snd_soc_skl_hda_dsp"
"snd_sof_pci_intel_cnl"
"snd_sof_pci"
];
boot.consoleLogLevel = 0;