change acme dir
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 10s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 10s
This commit is contained in:
parent
5af8c832ef
commit
bd07e04d51
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue