Home assistant: disable bluetooth

This commit is contained in:
Filippo Berto 2023-06-17 19:41:42 +02:00
parent d11f7d4042
commit 57100ad5dc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -38,7 +38,7 @@ with lib; {
}; };
}; };
bluetooth.enable = true; bluetooth = { enable = true; package = pkgs.bluezFull; };
}; };
i18n.defaultLocale = "it_IT.UTF-8"; i18n.defaultLocale = "it_IT.UTF-8";
@ -83,7 +83,10 @@ with lib; {
group = "users"; group = "users";
}; };
blueman.enable = true; blueman.enable = true;
dbus.packages = [ pkgs.dconf ]; dbus = {
packages = [ pkgs.dconf ];
implementation = "broker";
};
esphome = { esphome = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
@ -329,6 +332,7 @@ with lib; {
scene = "!include scenes.yaml"; scene = "!include scenes.yaml";
assist_pipeline = { }; assist_pipeline = { };
# bluetooth = { };
cloud = { }; cloud = { };
config = { }; config = { };
# device_tracker = [{ # device_tracker = [{