mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
Fix Wifi for Lenovo Thinkpad T14s Gen1
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
# Wifi support
|
||||
hardware.firmware = [ pkgs.rtw89-firmware ];
|
||||
|
||||
# For mainline support of rtw89 wireless networking
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user