mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
asus/wireless-ac1300: use config.boot.kernelPackages
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages.rtl8812au ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ rtl8812au ];
|
||||
boot.kernelModules = [ "8812au" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user