feat: update systemd.user.extraConfig to systemd.user.settings.Manager
This commit is contained in:
@@ -103,7 +103,7 @@ nixpkgs.lib.nixosSystem {
|
|||||||
# session-N.scope to honor it. see discourse/49711
|
# session-N.scope to honor it. see discourse/49711
|
||||||
{
|
{
|
||||||
systemd.settings.Manager.DefaultTimeoutStopSec = "10s";
|
systemd.settings.Manager.DefaultTimeoutStopSec = "10s";
|
||||||
systemd.user.extraConfig = "DefaultTimeoutStopSec=10s";
|
systemd.user.settings.Manager.DefaultTimeoutStopSec = "10s";
|
||||||
}
|
}
|
||||||
|
|
||||||
featureEnableModule
|
featureEnableModule
|
||||||
|
|||||||
Reference in New Issue
Block a user