diff --git a/hosts/Common/default.nix b/hosts/Common/default.nix index 662fe9b..a30948d 100644 --- a/hosts/Common/default.nix +++ b/hosts/Common/default.nix @@ -9,6 +9,7 @@ boot.loader.systemd-boot.netbootxyz.enable = true; boot.loader.timeout = 1; boot.loader.efi.canTouchEfiVariables = true; + systemd.extraConfig = "DefaultTimeoutStopSec=10s"; services.thermald.enable = true; services.pcscd.enable = true;