feat: update systemd.user.extraConfig to systemd.user.settings.Manager

This commit is contained in:
2026-06-12 12:25:46 +02:00
parent 8a179e3cab
commit 1a4309a946

View File

@@ -103,7 +103,7 @@ nixpkgs.lib.nixosSystem {
# session-N.scope to honor it. see discourse/49711
{
systemd.settings.Manager.DefaultTimeoutStopSec = "10s";
systemd.user.extraConfig = "DefaultTimeoutStopSec=10s";
systemd.user.settings.Manager.DefaultTimeoutStopSec = "10s";
}
featureEnableModule