monolith: remove bluetooth dongle patch
This commit is contained in:
parent
8a3046786c
commit
672b963bcc
4 changed files with 1 additions and 79 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue