remove unused porkbun stuff
This commit is contained in:
parent
7759ed054d
commit
8f4729f286
3 changed files with 0 additions and 31 deletions
|
@ -12,13 +12,10 @@ in {
|
|||
"${domain}" = {
|
||||
domain = "${domain}";
|
||||
extraDomainNames = ["*.${domain}"];
|
||||
# dnsProvider = "porkbun";
|
||||
dnsProvider = "cloudflare";
|
||||
reloadServices = ["caddy.service"];
|
||||
credentialFiles = {
|
||||
CF_DNS_API_TOKEN_FILE = config.sops.secrets.cloudflare.path;
|
||||
# PORKBUN_API_KEY_FILE = config.sops.secrets.porkbun_api_key.path;
|
||||
# PORKBUN_SECRET_API_KEY_FILE = config.sops.secrets.porkbun_secret_key.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue