From 57100ad5dcf5389c79bec0356f2f73445ef9845a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 17 Jun 2023 19:41:42 +0200 Subject: [PATCH] Home assistant: disable bluetooth --- loki/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index e8131fe..dc38cc2 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -38,7 +38,7 @@ with lib; { }; }; - bluetooth.enable = true; + bluetooth = { enable = true; package = pkgs.bluezFull; }; }; i18n.defaultLocale = "it_IT.UTF-8"; @@ -83,7 +83,10 @@ with lib; { group = "users"; }; blueman.enable = true; - dbus.packages = [ pkgs.dconf ]; + dbus = { + packages = [ pkgs.dconf ]; + implementation = "broker"; + }; esphome = { enable = true; openFirewall = true; @@ -329,6 +332,7 @@ with lib; { scene = "!include scenes.yaml"; assist_pipeline = { }; + # bluetooth = { }; cloud = { }; config = { }; # device_tracker = [{