kcnhub: hardware: driver: rtl8821au

master
Antoine Fauroux 2025-09-30 13:29:54 -04:00
parent 42e24c49d1
commit 61a74ec25e
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@
"dm_mod"
];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.extraModulePackages = with config.boot.kernelPackages; [
# USB Wifi Device Driver:
rtl8821au
];
boot.swraid.enable = true;
# Cache and Thin Provisioning Support