kcnhub: hardware: driver: rtl8821au
parent
42e24c49d1
commit
61a74ec25e
|
@ -20,7 +20,10 @@
|
||||||
"dm_mod"
|
"dm_mod"
|
||||||
];
|
];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
# USB Wifi Device Driver:
|
||||||
|
rtl8821au
|
||||||
|
];
|
||||||
boot.swraid.enable = true;
|
boot.swraid.enable = true;
|
||||||
|
|
||||||
# Cache and Thin Provisioning Support
|
# Cache and Thin Provisioning Support
|
||||||
|
|
Loading…
Reference in New Issue