mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/tests: also set TimeoutStart in systemd.user.extraConfig
This commit is contained in:
parent
23cfef7ec0
commit
a298b23c10
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ in
|
|||
# Allow very slow start
|
||||
DefaultTimeoutStartSec=300
|
||||
'';
|
||||
systemd.user.extraConfig = ''
|
||||
# Allow very slow start
|
||||
DefaultTimeoutStartSec=300
|
||||
'';
|
||||
|
||||
boot.consoleLogLevel = 7;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue