revert: remove borked bluetooth configuration
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user