m 2 hw: add config for rtl8812au wifi
This commit is contained in:
parent
a1a4b1fe02
commit
d6691b3a25
5
2configs/hw/rtl8812au.nix
Normal file
5
2configs/hw/rtl8812au.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, config, ... }:
|
||||
{
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
|
||||
boot.kernelModules = [ "rtl8812au" ];
|
||||
}
|
Loading…
Reference in a new issue