Simplified settings

This commit is contained in:
Jan-Bulthuis 2025-04-26 01:06:22 +02:00
parent 83829303b5
commit f62780826b

View File

@ -178,13 +178,13 @@
# Create bluetooth A2DP source # Create bluetooth A2DP source
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
disabledPlugins = [ "hostname" ]; # disabledPlugins = [ "hostname" ];
settings.General = { settings.General = {
Class = "0x040414"; # Class = "0x040414";
Name = "Linox"; # Name = "Linox";
JustWorksRepairing = "always"; # JustWorksRepairing = "always";
DiscoverableTimeout = 0; # DiscoverableTimeout = 0;
AlwaysPairable = true; # AlwaysPairable = true;
}; };
}; };