nixos/containers: Increase startup timeout for imperative containers

Changed the startup timeout from 15 seconds to one minute as 15 seconds is really low.
Also it's currently not possible to change it without editing your system configuration.
This commit is contained in:
Hedtke, Moritz 2021-05-08 17:14:50 +02:00
parent 1dff38cae5
commit 7a80d281ed
No known key found for this signature in database
GPG key ID: 6794D45A488C2EDE

View file

@ -428,7 +428,7 @@ let
extraVeths = {};
additionalCapabilities = [];
ephemeral = false;
timeoutStartSec = "15s";
timeoutStartSec = "1min";
allowedDevices = [];
hostAddress = null;
hostAddress6 = null;