From 5a3a3b0cd5a3d383121508428928893e051067b1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 5 Aug 2025 21:50:31 +0200 Subject: [PATCH] chore: remove old setting that no longer has any effect --- modules/core/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/services.nix b/modules/core/services.nix index 8ec1b02..0020bf2 100644 --- a/modules/core/services.nix +++ b/modules/core/services.nix @@ -9,5 +9,5 @@ ''; # To prevent getting stuck at shutdown. - systemd.extraConfig = "DefaultTimeoutStopSec=10s"; + # systemd.extraConfig = "DefaultTimeoutStopSec=10s"; # Deprecated now }