acme: fix typo
This commit is contained in:
parent
fdb4c024e4
commit
087dd5b259
|
@ -64,10 +64,10 @@ in
|
||||||
environmentFile = config.sops.templates."netcup.env".path;
|
environmentFile = config.sops.templates."netcup.env".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
certs."${cfg.domainName}" = {
|
certs."${cfg.domainname}" = {
|
||||||
server = mkIf cfg.staging "https://acme-staging-v02.api.letsencrypt.org/directory";
|
server = mkIf cfg.staging "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||||
dnsResolver = "1.1.1.1:53";
|
dnsResolver = "1.1.1.1:53";
|
||||||
extraDomainNames = [ "*.${cfg.domainName}" ];
|
extraDomainNames = [ "*.${cfg.domainname}" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue