From 8e986f6389393bbbb593c2a34f7139b9b5f450af Mon Sep 17 00:00:00 2001 From: Yurii Matsiuk Date: Tue, 23 Nov 2021 10:54:26 +0100 Subject: [PATCH] nixos/bluetooth: fix bluetooth warnings --- nixos/modules/services/hardware/bluetooth.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/services/hardware/bluetooth.nix b/nixos/modules/services/hardware/bluetooth.nix index 7f75ac272d40..69a66723e76c 100644 --- a/nixos/modules/services/hardware/bluetooth.nix +++ b/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; };