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
commit 91d70c1edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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