diff --git a/services.nix b/services.nix index 80ca798..3ac219b 100644 --- a/services.nix +++ b/services.nix @@ -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" ];