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 = {
enable = true;
mouse = {
# accelProfile = "flat";
};
# mouse = {
# accelProfile = "flat";
# };
};
};
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
}