1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00
nixos-hardware/asus/wireless-ac1300.nix
2017-12-24 13:34:49 +00:00

6 lines
136 B
Nix

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