Revert "modules.system.kernel: add btusb patch"

This reverts commit 05ab5100eb.
This commit is contained in:
2025-10-06 13:02:30 +08:00
parent 4ec977b20e
commit 2629d549d5
3 changed files with 1 additions and 76 deletions

View File

@@ -34,7 +34,7 @@ inputs:
];
nixpkgs = { march = "znver5"; rocm = true; };
sysctl.laptop-mode = 5;
kernel = { variant = "cachyos"; patches = [ "btusb" ]; };
kernel.variant = "cachyos";
};
hardware = { gpu.type = "amd"; asus = {};};
services =