nixos/bluetooth: fix bluetooth warnings

main
Yurii Matsiuk 3 years ago
parent 1799f8e87b
commit 8e986f6389
No known key found for this signature in database
GPG Key ID: 61302290298601AA
  1. 4
      nixos/modules/services/hardware/bluetooth.nix

@ -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…
Cancel
Save