about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-01 07:55:46 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 08:20:27 +0100
commit3aa9764c567fbadc522586bd051101b8cae959e0 (patch)
tree9e2b2534f888a7c58f112d104cdfe60ef33d2150 /machines
parentce50e0af04c827ba6468031cd8b4cf0e08b1c89c (diff)
machines/tyree: Enable module for RTL8192CU
This is temporary until I get the internal SDIO WiFi card to work
properly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 6e02e54f..8ffa5737 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -75,6 +75,9 @@
     extraGroups = [ "video" "wheel" ];
   };
 
+  # XXX: Temporary until internal WiFi works
+  vuizvui.hardware.rtl8192cu.enable = true;
+
   vuizvui.hardware.t100ha.enable = true;
   vuizvui.user.aszlig.programs.vim.enable = true;
 }