common/bluetooth: enable A2DP sink

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-04 13:39:33 +01:00
parent a1a98fc580
commit a5c5350f80
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -235,4 +235,10 @@ in {
"sysv" "sysv"
"ufs" "ufs"
]; ];
hardware.bluetooth.settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
} }