Update sddm settings
This commit is contained in:
parent
c56cadcbea
commit
44f01c403c
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue