update bluetooth config

This commit is contained in:
2025-12-01 18:23:46 +01:00
parent 67d0733bbd
commit 166d904735

View File

@@ -1,3 +1,15 @@
{
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Experimental = true;
FastConnectable = true;
};
Policy = {
AutoEnable = true;
};
};
};
}