mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services] Use dbus-broker instead of default dbus implementation
Reportedly has higher performance and reliability
This commit is contained in:
parent
931d90131c
commit
c07db9ae09
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ in {
|
|||
startWhenNeeded = true;
|
||||
};
|
||||
|
||||
# Better reliability and performance
|
||||
services.dbus.implementation = "broker";
|
||||
|
||||
systemd.services."ssh-inhibit-sleep@" = {
|
||||
description = "Inhibit sleep when SSH connections are active";
|
||||
bindsTo = [ "sshd@%i.service" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue