monolith: remove bluetooth dongle patch

This commit is contained in:
Leonardo Eugênio 2024-10-31 01:40:13 -03:00
parent 8a3046786c
commit 672b963bcc
4 changed files with 1 additions and 79 deletions

View file

@ -39,13 +39,7 @@ in
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = with config.boot.kernelPackages; [
zenpower
(pkgs.linux-bluetooth.override {
kernel = config.boot.kernelPackages.kernel;
patches = [ ../../patches/linux/v2-Bluetooth-btusb-Fix-regression-with-CSR-controllers.diff ];
})
];
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [