Update Work laptop bluetooth config to new syntax
This commit is contained in:
parent
ea1b9c6303
commit
34c6bfbb14
1 changed files with 5 additions and 4 deletions
|
|
@ -39,10 +39,11 @@
|
|||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
# Enable A2DP Sink
|
||||
extraConfig = "
|
||||
[General]
|
||||
Enable=Source,Sink,Media,Socket
|
||||
";
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue