Add module for ASUS Wireless-AC1300 dongle
This commit is contained in:
parent
68e007ae77
commit
744f289978
6
asus/wireless-ac1300.nix
Normal file
6
asus/wireless-ac1300.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Use this module if you use a realtek 18812au based wifi dongle, like ASUS Wireless-AC1300
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages.rtl8812au ];
|
||||
boot.kernelModules = [ "8812au" ];
|
||||
}
|
Loading…
Reference in a new issue