diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 022772a..ca823a9 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -18,16 +18,4 @@ hostName = lib.mkForce "battleship"; #wireless.enable = lib.mkForce true; }; - - hardware.bluetooth.settings.General = { - experimental = true; - - Privacy = "device"; - JustWorksRepairing = "always"; - Class = "0x000100"; - FastConnectable = true; - }; - boot.extraModprobeConfig = '' - options bluetooth disable_ertm=Y - ''; }