diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index ea56ab3..5724c76 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -33,6 +33,18 @@ # Xbox Controller driver hardware.xone.enable = true; + hardware.bluetooth.settings.General = { + experimental = true; + + Privacy = "device"; + JustWorksRepairing = "always"; + Class = "0x000100"; + FastConnectable = true; + }; + boot.extraModprobeConfig = '' + options bluetooth disable_ertm=Y + ''; + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "megasync"