From 82c3b79a92500ec8bf8913dd111635994c619a16 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 15:49:15 +0100 Subject: [PATCH] add comment --- modules/core/xserver.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/xserver.nix b/modules/core/xserver.nix index fdb86c3..c1d60b3 100644 --- a/modules/core/xserver.nix +++ b/modules/core/xserver.nix @@ -14,5 +14,6 @@ # }; }; }; + # To prevent getting stuck at shutdown systemd.extraConfig = "DefaultTimeoutStopSec=10s"; }