1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00
nixos-hardware/asus/wireless-ac1300.nix
2017-12-24 13:34:49 +00:00

7 lines
136 B
Nix

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