nixos/bluetooth: fix bluetooth warnings
This commit is contained in:
parent
1799f8e87b
commit
8e986f6389
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user