nixos/testing: migrate to systemd.settings.Manager
This commit is contained in:
parent
f0b71eebdc
commit
222ee8fabf
@ -115,7 +115,7 @@ in
|
||||
MaxLevelConsole=debug
|
||||
'';
|
||||
|
||||
extraConfig = config.systemd.extraConfig;
|
||||
settings.Manager = config.systemd.settings.Manager;
|
||||
}
|
||||
|
||||
(lib.mkIf cfg.initrdBackdoor {
|
||||
@ -210,13 +210,13 @@ in
|
||||
MaxLevelConsole=debug
|
||||
'';
|
||||
|
||||
systemd.extraConfig = ''
|
||||
systemd.settings.Manager = {
|
||||
# Don't clobber the console with duplicate systemd messages.
|
||||
ShowStatus=no
|
||||
ShowStatus = false;
|
||||
# Allow very slow start
|
||||
DefaultTimeoutStartSec=300
|
||||
DefaultDeviceTimeoutSec=300
|
||||
'';
|
||||
DefaultTimeoutStartSec = 300;
|
||||
DefaultDeviceTimeoutSec = 300;
|
||||
};
|
||||
systemd.user.extraConfig = ''
|
||||
# Allow very slow start
|
||||
DefaultTimeoutStartSec=300
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user