asus/wireless-ac1300: use config.boot.kernelPackages

This commit is contained in:
Yegor Timoshenko 2017-12-24 02:34:44 +00:00
parent 0c51ed4b80
commit 1b81e4e476
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
{ pkgs, ... }:
{
boot.extraModulePackages = [ pkgs.linuxPackages.rtl8812au ];
boot.extraModulePackages = with config.boot.kernelPackages; [ rtl8812au ];
boot.kernelModules = [ "8812au" ];
}