about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index af8b5df4..dd7f4644 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -23,7 +23,7 @@
 
     initrd = {
       availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
-      kernelModules = [ "fuse" "amdgpu" ];
+      kernelModules = [ "fuse" "amdgpu" "8812au" ];
       postDeviceCommands = ''
         echo none > /sys/block/sda/queue/scheduler
         echo none > /sys/block/sdb/queue/scheduler