From bdbcd874261aed312109f76811aba516dbb39bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 22 Jun 2024 00:00:10 +0200 Subject: [PATCH] Sat Jun 22 12:00:10 AM CEST 2024 --- hosts/Common/default.nix | 1 + 1 file changed, 1 insertion(+) 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;