Try to break systemD start cycle to work.

This commit is contained in:
Raphaël Numbus
2026-02-26 17:31:00 +01:00
parent 169ead06a4
commit b68deed2e7
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ helper.mkPodmanService {
pod = "false";
reverseProxied = false;
dataDir = false;
dependencies = [ "network.target" "multi-user.target" ];
dependencies = [ "network.target" ];
startDelay = 10;
generatedSecrets = {
CLOUDFLARE_DNS_API_TOKEN = "cat ${config.sops.secrets."cloudflareDnsApiToken".path}";