mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-22 19:09:42 +01:00
Adding a sound speaker fix. Issue #1039
This commit is contained in:
parent
684d64c67d
commit
90642a0dea
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Sound speaker fix, see #1039
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd-hda-intel model=auto
|
||||
'';
|
||||
|
||||
boot.blacklistedKernelModules = [ "snd_soc_avs" ];
|
||||
|
||||
# Cooling management
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue