fix(bluetooth): A2DP profile not available on auto connect

not sure if it works
This commit is contained in:
2025-06-07 11:59:06 +08:00
parent 2fdf5aa8fe
commit 0f55da26e1

View File

@@ -132,7 +132,11 @@ in
enable = true;
powerOnBoot = true;
settings = {
General.Enable = "Source,Sink,Media,Socket";
General = {
Enable = "Source,Sink,Media,Socket";
Disable = "HeadSet";
MultiProfile = "multiple";
};
};
};
users.extraUsers.${username}.extraGroups = [ "audio" ];