mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
asus/wireless-ac1300: fix evaluation
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user