Set an absurd timeout length for containers

This commit is contained in:
Greg Hellings
2024-11-19 03:13:01 -06:00
parent eb5c6cee90
commit 7ac381d15c
+1
View File
@@ -18,6 +18,7 @@ let
in
{
autoStart = true;
timeoutStartSec = "20min";
hostAddress = "192.168.${container.subnet}.1";
localAddress = "192.168.${container.subnet}.2";
privateNetwork = true;