Home assistant: disable bluetooth
This commit is contained in:
parent
d11f7d4042
commit
57100ad5dc
1 changed files with 6 additions and 2 deletions
|
|
@ -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 = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue