m 2 hw: add config for rtl8812au wifi

This commit is contained in:
makefu 2016-06-05 22:57:22 +02:00
parent a1a4b1fe02
commit d6691b3a25

View file

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