about summary refs log tree commit diff
path: root/modules/nixos-hardware/asus/wireless-ac1300.nix
blob: 6e9b815a0eb0b89b451e9ebafcbe9a0ccaca0d9c (plain) (blame)
1
2
3
4
5
6
{ config, ... }:

{
  boot.extraModulePackages = with config.boot.kernelPackages; [ rtl8812au ];
  boot.kernelModules = [ "8812au" ];
}