Update sddm settings

This commit is contained in:
Joshua Yuen 2025-08-22 10:06:37 -04:00
parent c56cadcbea
commit 44f01c403c
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ in
}; };
# To prevent getting stuck at shutdown # To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s"; systemd.settings.Manager = {
DefaultTimeoutStopSec = "10s";
};
}; };
} }