bluetooth: use experimental package

This commit is contained in:
teutat3s 2024-10-18 20:39:37 +02:00
parent 39d662f113
commit 71f2c25084
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,6 +9,7 @@
enable = true;
# Disable bluetooth on startup to save battery
powerOnBoot = false;
package = pkgs.bluez-experimental;
# Disable useless SIM Access Profile plugin
disabledPlugins = [ "sap" ];
settings = {