acme: each server is now responsible for the certs tehy request

Closes #4
This commit is contained in:
silver 2023-08-06 20:09:15 +01:00
parent abc355d1b6
commit 2ae70acf56
8 changed files with 35 additions and 2 deletions

View file

@ -93,6 +93,11 @@
group = cfg.user;
};
skynet_acme.domains = [
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
"*.pages.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
];
# using https://nixos.org/manual/nixos/stable/index.html#module-services-gitlab as a guide
skynet_dns.records = [
{record=cfg.domain.sub; r_type="CNAME"; value=cfg.host.name;}