Give the container enough time to actually get started

When dealing with a bunch of new certs, it takes more than 1 minute to start
This commit is contained in:
Gene Liverman 2024-04-05 21:19:47 -04:00
parent 0d49a28dc2
commit 080790dfee

View file

@ -48,6 +48,7 @@ in {
bindMounts."${gandi_api}".isReadOnly = true; bindMounts."${gandi_api}".isReadOnly = true;
#bindMounts."${gandi_dns_pat}".isReadOnly = true; #bindMounts."${gandi_dns_pat}".isReadOnly = true;
autoStart = true; autoStart = true;
timeoutStartSec = "5min";
privateNetwork = true; privateNetwork = true;
hostBridge = "br1-23"; hostBridge = "br1-23";
localAddress = "192.168.23.21/24"; localAddress = "192.168.23.21/24";