m 2 hw: add config for rtl8812au wifi

This commit is contained in:
makefu 2016-06-05 22:57:22 +02:00
parent 7e344c0627
commit db4e45068e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -0,0 +1,5 @@
{pkgs, config, ... }:
{
boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
boot.kernelModules = [ "rtl8812au" ];
}