From 9ae9c6c88848545648d0de8b5a0e337ae86cf965 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 1 Oct 2021 18:52:09 +0200 Subject: ma hw: cleanup --- makefu/2configs/hw/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/2configs/hw/bluetooth.nix') diff --git a/makefu/2configs/hw/bluetooth.nix b/makefu/2configs/hw/bluetooth.nix index 41112155..1b1675f1 100644 --- a/makefu/2configs/hw/bluetooth.nix +++ b/makefu/2configs/hw/bluetooth.nix @@ -33,7 +33,7 @@ hardware.bluetooth = { enable = true; powerOnBoot = false; - config.general.Enable = "Source,Sink,Media,Socket"; + settings.general.Enable = "Source,Sink,Media,Socket"; }; services.dbus.packages = [ pkgs.blueman ]; } -- cgit v1.2.3