m 2 hw: add config for rtl8812au wifi
This commit is contained in:
parent
7e344c0627
commit
db4e45068e
5
makefu/2configs/hw/rtl8812au.nix
Normal file
5
makefu/2configs/hw/rtl8812au.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, config, ... }:
|
||||||
|
{
|
||||||
|
boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
|
||||||
|
boot.kernelModules = [ "rtl8812au" ];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user