diff options
| author | Fuwn <[email protected]> | 2024-09-04 23:42:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 23:42:27 -0700 |
| commit | 138d7168d92476994cb024d714733517d089119b (patch) | |
| tree | 901d70d531fda0d70d504f9a8ec756a990c05215 /modules/hardware/bluetooth.nix | |
| parent | Bump (diff) | |
| download | nixos-config-138d7168d92476994cb024d714733517d089119b.tar.xz nixos-config-138d7168d92476994cb024d714733517d089119b.zip | |
Bump
Diffstat (limited to 'modules/hardware/bluetooth.nix')
| -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"; }; }; } |