fort: fix sound not detected by kernel

This commit is contained in:
Tigor Hutasuhut 2024-07-30 13:35:06 +07:00
parent 958d050446
commit f89bc6e508

View file

@ -11,6 +11,8 @@
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
fileSystems."/" = fileSystems."/" =
{ {
device = "/dev/disk/by-label/NIXROOT"; device = "/dev/disk/by-label/NIXROOT";