diff options
author | makefu <github@syntax-fehler.de> | 2016-06-05 22:57:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-05 22:57:28 +0200 |
commit | db4e45068e7fabe0007a92934ac0e77c2555ade1 (patch) | |
tree | 6ed04b339ee15d7e67f3f407774bd55cd40e6a49 | |
parent | 7e344c0627a266685ef1ad79f5193b4e7ba27408 (diff) |
m 2 hw: add config for rtl8812au wifi
-rw-r--r-- | makefu/2configs/hw/rtl8812au.nix | 5 |
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 000000000..0c10f2555 --- /dev/null +++ b/makefu/2configs/hw/rtl8812au.nix @@ -0,0 +1,5 @@ +{pkgs, config, ... }: +{ + boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ]; + boot.kernelModules = [ "rtl8812au" ]; +} |