fix: gitlab domain cert
This commit is contained in:
parent
4251032e03
commit
3239516270
1 changed files with 3 additions and 2 deletions
|
@ -95,7 +95,8 @@
|
||||||
|
|
||||||
skynet_acme.domains = [
|
skynet_acme.domains = [
|
||||||
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||||
"*.pages.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
# Lets Encrypt seems to have a 4 levels limit for certs
|
||||||
|
"*.pages.${cfg.domain.base}.${cfg.domain.tld}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# using https://nixos.org/manual/nixos/stable/index.html#module-services-gitlab as a guide
|
# using https://nixos.org/manual/nixos/stable/index.html#module-services-gitlab as a guide
|
||||||
|
|
Loading…
Reference in a new issue