change acme dir
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 10s

This commit is contained in:
Satria 2026-05-01 07:36:39 +07:00
commit bd07e04d51

View file

@ -21,8 +21,9 @@ in {
certs."${homelab.proxy.base}" = { certs."${homelab.proxy.base}" = {
domain = "*.${homelab.proxy.base}"; domain = "*.${homelab.proxy.base}";
extraDomainNames = [ homelab.proxy.base ]; extraDomainNames = [ homelab.proxy.base ];
dnsProvider = "cloudflare"; directory = "/mnt/data/apps/acme/${homelab.proxy.base}";
environmentFile = "/mnt/data/apps/acme/cf-api.env"; environmentFile = "/mnt/data/apps/acme/cf-api.env";
dnsProvider = "cloudflare";
# ^^^contents: CLOUDFLARE_DNS_API_TOKEN=XXXXX # ^^^contents: CLOUDFLARE_DNS_API_TOKEN=XXXXX
}; };
}; };