mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Adding a sound speaker fix. Issue #1039
This commit is contained in:
committed by
mergify[bot]
parent
684d64c67d
commit
90642a0dea
@@ -25,6 +25,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Sound speaker fix, see #1039
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options snd-hda-intel model=auto
|
||||||
|
'';
|
||||||
|
|
||||||
|
boot.blacklistedKernelModules = [ "snd_soc_avs" ];
|
||||||
|
|
||||||
# Cooling management
|
# Cooling management
|
||||||
services.thermald.enable = lib.mkDefault true;
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user