summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-05 22:57:22 +0200
committermakefu <github@syntax-fehler.de>2016-06-05 22:57:28 +0200
commitdb4e45068e7fabe0007a92934ac0e77c2555ade1 (patch)
tree6ed04b339ee15d7e67f3f407774bd55cd40e6a49 /makefu/2configs/hw
parent7e344c0627a266685ef1ad79f5193b4e7ba27408 (diff)
m 2 hw: add config for rtl8812au wifi
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/rtl8812au.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/hw/rtl8812au.nix b/makefu/2configs/hw/rtl8812au.nix
new file mode 100644
index 00000000..0c10f255
--- /dev/null
+++ b/makefu/2configs/hw/rtl8812au.nix
@@ -0,0 +1,5 @@
+{pkgs, config, ... }:
+{
+ boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
+ boot.kernelModules = [ "rtl8812au" ];
+}