Fixed startDelay

This commit is contained in:
Raphaël Numbus
2026-02-25 22:58:00 +01:00
parent f95cdf5d26
commit 2a3a2f3832
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ helper.mkPodmanService {
reverseProxied = false;
dependencies = [ "network.target" "multi-user.target" ];
dataDir = false;
delaySec = 10;
startDelay = 10;
generatedSecrets = {
CLOUDFLARE_DNS_API_TOKEN = "cat ${config.numbus.mail.smtpPasswordPath}";
};