summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/temp/8812au.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/temp/8812au.nix')
-rw-r--r--makefu/2configs/temp/8812au.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/temp/8812au.nix b/makefu/2configs/temp/8812au.nix
new file mode 100644
index 00000000..9587171b
--- /dev/null
+++ b/makefu/2configs/temp/8812au.nix
@@ -0,0 +1,6 @@
+{config, pkgs, ...}:
+{
+ #boot.extraModulePackages = [ pkgs.rtl8812au ];
+ boot.extraModulePackages = [config.boot.kernelPackages.rtl8812au ];
+ boot.kernelModules = [ "rtl8812au" ];
+}