revert: remove borked bluetooth configuration

This commit is contained in:
Guz
2025-03-14 22:17:05 -03:00
parent 509a430cf0
commit 3438a98bd1

View File

@@ -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
'';
}