chore: put acme configuration in own file
This commit is contained in:
parent
7d21dcd59d
commit
65e8baabba
3 changed files with 17 additions and 13 deletions
|
|
@ -43,19 +43,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
certs.${base-domain}.extraDomainNames = [
|
||||
"${fqdn}"
|
||||
"meta.${fqdn}"
|
||||
"git.${fqdn}"
|
||||
];
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "khais.colin+letsencrypt@gmail.com";
|
||||
dnsProvider = "namecheap";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue