From f3878ec42654b5357608208b7d9029ed06e504a9 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 12 Mar 2026 10:24:08 +0100 Subject: [PATCH] Fix keypass outlook login --- machines/fujin/hardware-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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; };