p14s: ensure rtw89 driver is available
This commit is contained in:
parent
39a7bfc496
commit
07e5049f8f
|
@ -15,6 +15,6 @@
|
||||||
# Wifi support
|
# Wifi support
|
||||||
hardware.firmware = [ pkgs.rtw89-firmware ];
|
hardware.firmware = [ pkgs.rtw89-firmware ];
|
||||||
|
|
||||||
# For support of newer AMD GPUs, backlight and internal microphone
|
# For mainline support of rtw89 wireless networking
|
||||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.13") pkgs.linuxPackages_latest;
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue