Framework: add workaround for Bluetooth device issues

Framework have published a workaround for a bug that affects the
MediaTek Bluetooth and Wi-Fi cards used in their laptops on kernel
version 6.11.  Their workaround assumes a writable /etc/systemd
directory, so reimplement the workaround for NixOS.

For the Framework version of the workaround, see:
eab0148ae8/hibernation/kernel-6-11-workarounds
This commit is contained in:
Adam Dinwoodie
2024-11-01 17:51:53 +00:00
committed by mergify[bot]
parent da14839ac5
commit e4ad9ce38f
3 changed files with 39 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
imports = [
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../bluetooth.nix
../../kmod.nix
../../framework-tool.nix
];