mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
asus/wireless-ac1300: fix evaluation
This commit is contained in:
parent
f6526819a0
commit
a95291d21d
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
# Use this module if you use a realtek 18812au based wifi dongle, like ASUS Wireless-AC1300
|
{ config, ... }:
|
||||||
|
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ rtl8812au ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ rtl8812au ];
|
||||||
|
|
Loading…
Reference in a new issue