about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/rtl8192cu.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/rtl8192cu.nix b/modules/hardware/rtl8192cu.nix
index 7ffdc63d..8e4619a4 100644
--- a/modules/hardware/rtl8192cu.nix
+++ b/modules/hardware/rtl8192cu.nix
@@ -43,5 +43,6 @@ in {
     # we actually want to use. The ones we blacklist here are the modules from
     # the mainline kernel, which unfortunately do not seem to work very well.
     boot.blacklistedKernelModules = [ "rtl8192cu" "rtl8192c_common" "rtlwifi" ];
+    networking.enableRTL8192cFirmware = true;
   };
 }