From 61a74ec25e05c89c0758b27b584c75ba7e04e654 Mon Sep 17 00:00:00 2001 From: Antoine Fauroux Date: Tue, 30 Sep 2025 13:29:54 -0400 Subject: [PATCH] kcnhub: hardware: driver: rtl8821au --- machines/kcnhub/hardware-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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