From 6a33ce50c100b11afac84e7338098ed4d3a608ed Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 25 Jul 2025 13:01:53 +0800 Subject: [PATCH] fix(ccl): wireless network (maybe) --- config/hosts/ccl-nix/hardware.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hosts/ccl-nix/hardware.nix b/config/hosts/ccl-nix/hardware.nix index 0f20c6d..bd00c2c 100644 --- a/config/hosts/ccl-nix/hardware.nix +++ b/config/hosts/ccl-nix/hardware.nix @@ -15,12 +15,13 @@ "usbhid" "usb_storage" "sd_mod" + "mt76x2u" ]; verbose = false; }; kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; - kernelModules = [ "kvm-amd" ]; + kernelModules = [ "kvm-amd" "mt76x2u" ]; tmp.useTmpfs = true; kernel.sysctl = {