diff --git a/systems/BASED.nix b/systems/BASED.nix index 2758de5..abf721c 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -160,6 +160,7 @@ # boot.supportedFilesystems = ["ntfs" "btrfs"]; hardware.enableAllFirmware = true; hardware.bluetooth.enable = lib.mkDefault true; + # hardware.bluetooth.settings.General.Experimental = true; imports = [(modulesPath + "/installer/scan/not-detected.nix")];