nixos/tests: also set TimeoutStart in systemd.user.extraConfig

This commit is contained in:
Naïm Favier
2022-01-21 03:44:13 +01:00
parent 23cfef7ec0
commit a298b23c10

View File

@@ -109,6 +109,10 @@ in
# Allow very slow start
DefaultTimeoutStartSec=300
'';
systemd.user.extraConfig = ''
# Allow very slow start
DefaultTimeoutStartSec=300
'';
boot.consoleLogLevel = 7;