diff --git a/modules/services/hardware/bluetooth.nix b/modules/services/hardware/bluetooth.nix index 4e00f43aee7..0efd6710412 100644 --- a/modules/services/hardware/bluetooth.nix +++ b/modules/services/hardware/bluetooth.nix @@ -18,8 +18,8 @@ with pkgs.lib; jobs = pkgs.lib.singleton { name = "bluetoothd"; - startOn = "dbus"; - stopOn = "dbus"; + startOn = "dbus/started"; + stopOn = "dbus/stop"; preStart = ''