nixos/tests: also set TimeoutStart in systemd.user.extraConfig
This commit is contained in:
@@ -109,6 +109,10 @@ in
|
|||||||
# Allow very slow start
|
# Allow very slow start
|
||||||
DefaultTimeoutStartSec=300
|
DefaultTimeoutStartSec=300
|
||||||
'';
|
'';
|
||||||
|
systemd.user.extraConfig = ''
|
||||||
|
# Allow very slow start
|
||||||
|
DefaultTimeoutStartSec=300
|
||||||
|
'';
|
||||||
|
|
||||||
boot.consoleLogLevel = 7;
|
boot.consoleLogLevel = 7;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user