system: decrease default systemd timeout
This commit is contained in:
parent
eb4132afec
commit
d685744239
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||||
|
systemd.extraConfig = ''
|
||||||
|
DefaultTimeoutStopSec=10s
|
||||||
|
'';
|
||||||
|
|
||||||
system.autoUpgrade.enable = false;
|
system.autoUpgrade.enable = false;
|
||||||
system.stateVersion = "23.05"; # no touchy
|
system.stateVersion = "23.05"; # no touchy
|
||||||
|
|
Loading…
Reference in a new issue