Resolved build issues with DNS-01 nad webroot enabled

rolling-testing
Illia Chub 2022-02-16 06:59:59 +02:00 committed by inexcode
parent 059ce9fce2
commit ed3a4d6a0c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in
security.acme = {
acceptTerms = true;
email = "${cfg.username}@${cfg.domain}";
certs = {
certs = lib.mkForce {
"${cfg.domain}" = {
domain = "*.${cfg.domain}";
extraDomainNames = [ "${cfg.domain}" ];