Fixed sound on hp omen laptop on linux

This commit is contained in:
Random936 2024-06-21 20:05:19 -07:00
parent f8bba8e42f
commit 52c5a10987

View File

@ -13,6 +13,10 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.extraModprobeConfig = ''
options snd-hda-intel model=dell-headset-multi
'';
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f4f207c5-08d5-4848-920c-76e99280b04c";
fsType = "ext4";