fix slow reboot / shutdown time

This commit is contained in:
Frost-Phoenix 2023-11-12 12:15:10 +01:00
parent 8eb28a9534
commit 741db46233

View file

@ -9,9 +9,10 @@
}; };
libinput = { libinput = {
enable = true; enable = true;
mouse = { # mouse = {
# accelProfile = "flat"; # accelProfile = "flat";
}; # };
}; };
}; };
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
} }