nixos/bluetooth: hotfix for stupidity

This commit is contained in:
Peter Hoeg 2021-02-17 13:35:43 +08:00
parent bbe85bee22
commit bf11a28bd3

View file

@ -113,7 +113,7 @@ in
aliases = [ "dbus-org.bluez.service" ];
serviceConfig.ExecStart = [
""
"${package}/libexec/bluetooth/bluetoothd ${escapeShellArgs " " args}"
"${package}/libexec/bluetooth/bluetoothd ${escapeShellArgs args}"
];
# restarting can leave people without a mouse/keyboard
unitConfig.X-RestartIfChanged = false;