nixos/bluetooth: hotfix for stupidity
This commit is contained in:
parent
bbe85bee22
commit
bf11a28bd3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user