mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
Add module for ASUS Wireless-AC1300 dongle
This commit is contained in:
parent
68e007ae77
commit
744f289978
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue