Merge pull request #219106 from m-bdf/nixos-testing-increase-device-timeout
This commit is contained in:
@@ -115,10 +115,12 @@ in
|
|||||||
ShowStatus=no
|
ShowStatus=no
|
||||||
# Allow very slow start
|
# Allow very slow start
|
||||||
DefaultTimeoutStartSec=300
|
DefaultTimeoutStartSec=300
|
||||||
|
DefaultDeviceTimeoutSec=300
|
||||||
'';
|
'';
|
||||||
systemd.user.extraConfig = ''
|
systemd.user.extraConfig = ''
|
||||||
# Allow very slow start
|
# Allow very slow start
|
||||||
DefaultTimeoutStartSec=300
|
DefaultTimeoutStartSec=300
|
||||||
|
DefaultDeviceTimeoutSec=300
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.initrd.systemd.extraConfig = config.systemd.extraConfig;
|
boot.initrd.systemd.extraConfig = config.systemd.extraConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user