nixos/bluetooth: fix bluetooth warnings

This commit is contained in:
Yurii Matsiuk 2021-11-23 10:54:26 +01:00
parent 1799f8e87b
commit 8e986f6389
No known key found for this signature in database
GPG Key ID: 61302290298601AA

View File

@ -11,12 +11,8 @@ let
cfgFmt = pkgs.formats.ini { };
# bluez will complain if some of the sections are not found, so just make them
# empty (but present in the file) for now
defaults = {
General.ControllerMode = "dual";
Controller = { };
GATT = { };
Policy.AutoEnable = cfg.powerOnBoot;
};