feat(zackbiene): reenable hass with ACME double proxy

This commit is contained in:
oddlama 2023-07-27 19:06:03 +02:00
parent b2b2e60725
commit eeac57d30d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 68 additions and 13 deletions

View file

@ -16,6 +16,6 @@ in {
dnsPropagationCheck = true;
reloadServices = ["nginx"];
};
wildcardDomains = acme.domains;
};
security.acme.wildcardDomains = acme.domains;
}