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
@@ -19,7 +19,7 @@ helper.mkPodmanService {
scheme = "https";
dependencies = [ "network.target" "multi-user.target" ];
dataDir = false;
delaySec = 10;
startDelay = 10;
generatedSecrets = {
PIHOLE_PASSWORD = "xkcdpass -n 10 -d -";
};