From d6691b3a25b27e38801befbfaabfa86dfbf378a2 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sun, 5 Jun 2016 22:57:22 +0200
Subject: [PATCH] m 2 hw: add config for rtl8812au wifi

---
 2configs/hw/rtl8812au.nix | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 2configs/hw/rtl8812au.nix

diff --git a/2configs/hw/rtl8812au.nix b/2configs/hw/rtl8812au.nix
new file mode 100644
index 0000000..0c10f25
--- /dev/null
+++ b/2configs/hw/rtl8812au.nix
@@ -0,0 +1,5 @@
+{pkgs, config, ... }:
+{
+  boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ];
+  boot.kernelModules = [ "rtl8812au" ];
+}