nixos/bluetooth: disable restart on unit changes

This commit is contained in:
rnhmjoj 2020-10-31 21:46:42 +01:00
parent 800ebd4561
commit 497b7018e4
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -87,6 +87,8 @@ in {
bluetooth = {
wantedBy = [ "bluetooth.target" ];
aliases = [ "dbus-org.bluez.service" ];
# restarting can leave people without a mouse/keyboard
unitConfig.X-RestartIfChanged = false;
};
};