Merge pull request #430 from Melkor333/master

Fix Wifi for Lenovo Thinkpad T14s Gen1
This commit is contained in:
Thiago Kenji Okada 2022-06-30 22:28:24 +01:00 committed by GitHub
commit a50513f8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}