nixos/bluetooth: hotfix for stupidity
This commit is contained in:
parent
bbe85bee22
commit
bf11a28bd3
|
@ -113,7 +113,7 @@ in
|
||||||
aliases = [ "dbus-org.bluez.service" ];
|
aliases = [ "dbus-org.bluez.service" ];
|
||||||
serviceConfig.ExecStart = [
|
serviceConfig.ExecStart = [
|
||||||
""
|
""
|
||||||
"${package}/libexec/bluetooth/bluetoothd ${escapeShellArgs " " args}"
|
"${package}/libexec/bluetooth/bluetoothd ${escapeShellArgs args}"
|
||||||
];
|
];
|
||||||
# restarting can leave people without a mouse/keyboard
|
# restarting can leave people without a mouse/keyboard
|
||||||
unitConfig.X-RestartIfChanged = false;
|
unitConfig.X-RestartIfChanged = false;
|
||||||
|
|
Loading…
Reference in New Issue