diff --git a/machines/fujin/hardware-configuration.nix b/machines/fujin/hardware-configuration.nix index e6e6b34..d36aa51 100644 --- a/machines/fujin/hardware-configuration.nix +++ b/machines/fujin/hardware-configuration.nix @@ -39,6 +39,14 @@ hardware = { bluetooth.enable = true; bluetooth.powerOnBoot = true; + bluetooth.settings = { + General = { + Experimental = true; + FastConnectable = true; + }; + Policy.AutoEnable = true; + GATT.Cache = "no"; + }; nvidia.modesetting.enable = true; nvidia.open = true; };