system: set systemd timeout to 5s

This commit is contained in:
notohh 2024-04-16 13:29:53 -04:00
parent 55ec93d6e9
commit 731e2da701
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -36,9 +36,8 @@
systemd = {
services.systemd-udevd.restartIfChanged = false;
extraConfig = ''
DefaultTimeoutStopSec=10s
DefaultTimeoutStopSec=5s
'';
};