diff options
Diffstat (limited to 'modules/hardware')
| -rw-r--r-- | modules/hardware/bluetooth.nix | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 8400a72..8a6afaa 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -8,12 +8,11 @@ package = pkgs.bluez5-experimental; disabledPlugins = [ "sap" ]; - settings = { - General = { - JustWorksRepairing = "always"; - MultiProfile = "multiple"; - Experimental = true; - }; + settings.General = { + JustWorksRepairing = "always"; + MultiProfile = "multiple"; + Experimental = true; + Enable = "Source,Sink,Media,Socket"; }; }; } |