machine/thinkman: fix audio

This commit is contained in:
Felix Buehler 2024-08-11 14:34:37 +02:00
parent fc6d07342e
commit c6ab9723ed
2 changed files with 9 additions and 1 deletions

View file

@ -6,6 +6,11 @@ in
# video driver
boot.initrd.kernelModules = [ "i915" ];
# fix audio
boot.extraModprobeConfig = ''
options snd-hda-intel dmic_detect=0
'';
# Special power management settings for ThinkPads
services.tlp.enable = true;