Fix options for 20.03

This commit is contained in:
2020-12-14 18:19:28 +00:00
parent 8446c7cc70
commit 80b293f73b
2 changed files with 11 additions and 11 deletions
+5 -4
View File
@@ -43,10 +43,11 @@ in {
hardware.bluetooth = {
enable = true;
extraConfig = "
[General]
Enable=Source,Sink,Media,Socket
";
config = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
hardware.pulseaudio = {