intranet uses hetzner instead of webroot
This commit is contained in:
parent
f26b7b12dc
commit
5f408cc956
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ in
|
||||||
security.acme = {
|
security.acme = {
|
||||||
certs."${constants.intranet}" = {
|
certs."${constants.intranet}" = {
|
||||||
domain = "*.${constants.intranet}";
|
domain = "*.${constants.intranet}";
|
||||||
|
webroot = null;
|
||||||
dnsProvider = "hetzner";
|
dnsProvider = "hetzner";
|
||||||
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue