From 0dfacbffdc6be3997829e119684785bfac7c7cd2 Mon Sep 17 00:00:00 2001 From: baduhai Date: Sat, 10 Dec 2022 18:47:10 -0300 Subject: [PATCH] Maybe now? --- hosts/desktops/common/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/desktops/common/boot.nix b/hosts/desktops/common/boot.nix index 3c5e58e..36e21ee 100644 --- a/hosts/desktops/common/boot.nix +++ b/hosts/desktops/common/boot.nix @@ -6,6 +6,7 @@ initrd.systemd.enable = true; loader.efi.efiSysMountPoint = "/boot/efi"; kernelPackages = pkgs.linuxPackages_xanmod_latest; + extraModprobeConfig = ''options bluetooth disable_ertm=1''; kernelModules = [ "i2c-dev" # Required for arduino dev "i2c-piix4" # Required for arduino dev