system: decrease default systemd timeout

This commit is contained in:
notohh 2023-12-07 02:26:37 -05:00
parent eb4132afec
commit d685744239
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -36,6 +36,9 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
systemd.services.systemd-udevd.restartIfChanged = false;
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
system.autoUpgrade.enable = false;
system.stateVersion = "23.05"; # no touchy