summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asus/wireless-ac1300.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/asus/wireless-ac1300.nix b/asus/wireless-ac1300.nix
new file mode 100644
index 0000000..c60632a
--- /dev/null
+++ b/asus/wireless-ac1300.nix
@@ -0,0 +1,6 @@
+# Use this module if you use a realtek 18812au based wifi dongle, like ASUS Wireless-AC1300
+{ pkgs, ... }:
+{
+ boot.extraModulePackages = [ pkgs.linuxPackages.rtl8812au ];
+ boot.kernelModules = [ "8812au" ];
+}