about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/managed/tyree.nix1
-rw-r--r--modules/hardware/rtl8192cu.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 8ffa5737..22326a29 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -38,7 +38,6 @@
   networking.hostName = "tyree";
   networking.firewall.enable = false;
   networking.wireless.enable = false;
-  networking.enableRTL8192cFirmware = true;
   networking.networkmanager.enable = true;
   networking.useNetworkd = true;
 
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;
   };
 }