chore(tazjin/tverskoy): Reduce systemd stop timeout to 10s

Change-Id: Id477c50489fa45fae63120c201839a95aa21bd36
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4987
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-01-18 10:41:04 +03:00 committed by clbot
parent 749266288e
commit e5181a13ed

View file

@ -220,6 +220,12 @@ in lib.fix(self: {
# Do not restart the display manager automatically
systemd.services.display-manager.restartIfChanged = lib.mkForce false;
# If something needs more than 10s to stop it should probably be
# killed.
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
time.timeZone = "Europe/Moscow";
users.users.tazjin = {