fix: Fix audio for xps 9315

This commit is contained in:
Pim Kunis 2024-08-04 10:58:07 +02:00
parent aa7c2bac3b
commit 1f70f75ca7
2 changed files with 4 additions and 2 deletions

View file

@ -76,6 +76,7 @@
swapDevices = [{ device = "/dev/disk/by-uuid/6028bf52-404d-4143-9cb0-9b06cd60a373"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "rtsx_pci_sdmmc" ];
hardware.firmware = [ pkgs.sof-firmware ];
};
});