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

View File

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