nixos/testing: increase systemd device timeout
This commit is contained in:
committed by
GitHub
parent
8545b2b098
commit
f24f7ed242
@@ -107,10 +107,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