changed secret to fix acme
This commit is contained in:
parent
ecf6d36bc9
commit
0905cd1629
2 changed files with 8 additions and 8 deletions
|
|
@ -9,10 +9,10 @@
|
|||
email = "baduhai@proton.me";
|
||||
dnsResolver = "1.1.1.1:53";
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = config.age.secrets.cloudflare-creds.path;
|
||||
};
|
||||
certs."baduhai.me" = {
|
||||
extraDomainNames = [ "*.baduhai.me" ];
|
||||
credentialsFile = config.age.secrets.cloudflare-creds.path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue