diff --git a/machines/kcnhub/hardware-configuration.nix b/machines/kcnhub/hardware-configuration.nix index ba1b045..5b080ef 100644 --- a/machines/kcnhub/hardware-configuration.nix +++ b/machines/kcnhub/hardware-configuration.nix @@ -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