diff --git a/hosts/desktops/common/boot.nix b/hosts/desktops/common/boot.nix index e493b00..0d6d28e 100644 --- a/hosts/desktops/common/boot.nix +++ b/hosts/desktops/common/boot.nix @@ -5,7 +5,8 @@ plymouth.enable = true; initrd.systemd.enable = true; loader.efi.efiSysMountPoint = "/boot/efi"; - kernelPackages = pkgs.linuxPackages_xanmod_latest; # Xanmod kernel + kernelPackages = pkgs.linuxPackages_xanmod_latest; + extraModprobeConfig = "options bluetooth disable_ertm=1"; kernelModules = [ "i2c-dev" # Required for arduino dev "i2c-piix4" # Required for arduino dev