diff options
author | makefu <github@syntax-fehler.de> | 2021-10-01 18:52:09 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-10-01 18:52:09 +0200 |
commit | 9ae9c6c88848545648d0de8b5a0e337ae86cf965 (patch) | |
tree | bb88337187bedcf281f0b935c5563cd1206a3f60 /makefu/2configs/hw/bluetooth.nix | |
parent | 0e849e1eed8985bd5e0f9635c9973da4b5dc7dbb (diff) |
ma hw: cleanup
Diffstat (limited to 'makefu/2configs/hw/bluetooth.nix')
-rw-r--r-- | makefu/2configs/hw/bluetooth.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/hw/bluetooth.nix b/makefu/2configs/hw/bluetooth.nix index 411121556..1b1675f14 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 ]; } |