nixos/bluetooth: disable restart on unit changes
This commit is contained in:
parent
800ebd4561
commit
497b7018e4
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue