Merge pull request #147106 from ymatsiuk/ymatsiuk/bluetooth

nixos/bluetooth: fix bluetooth warnings
This commit is contained in:
Jan Tojnar 2021-11-23 16:14:08 +01:00 committed by GitHub
commit c6362dd5f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};