Merge pull request #102273 from rnhmjoj/bluetooth

nixos/bluetooth: disable restart on unit changes
This commit is contained in:
Wout Mertens
2020-11-05 14:21:13 +01:00
committed by GitHub

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;
};
};