From 741db462334a2bf5992bbb7544d099ccdb14e61d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 12:15:10 +0100 Subject: [PATCH] fix slow reboot / shutdown time --- modules/core/xserver.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/core/xserver.nix b/modules/core/xserver.nix index f82f65c..fdb86c3 100644 --- a/modules/core/xserver.nix +++ b/modules/core/xserver.nix @@ -9,9 +9,10 @@ }; libinput = { enable = true; - mouse = { - # accelProfile = "flat"; - }; + # mouse = { + # accelProfile = "flat"; + # }; }; }; + systemd.extraConfig = "DefaultTimeoutStopSec=10s"; }