1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

Remove explicit sof-firmware as is already included

Previously, I'd added both the firmware and the `extraModprobeConfig`
that selects the DSP driver, however it seems only the latter is
necessary.

Addresses @terinjokes comment [here][1].

[1]: https://github.com/NixOS/nixos-hardware/pull/207/files#r534062750
This commit is contained in:
mitchmindtree 2020-12-02 13:29:16 +01:00
parent f0486916bf
commit b60b1f95eb

View file

@ -11,9 +11,6 @@
})];
hardware.firmware = lib.mkBefore [
# Necessary for audio.
# https://bbs.archlinux.org/viewtopic.php?pid=1933548#p1933548
pkgs.sof-firmware
# Firmware for the AX500 (wi-fi & bluetooth chip).
pkgs.qca6390-firmware
];