fix: certs for maintenance/api as well
This commit is contained in:
parent
cbaa213d13
commit
ecd9de507a
1 changed files with 4 additions and 2 deletions
|
|
@ -427,8 +427,10 @@
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "noa@voorwaarts.nl";
|
defaults.email = "noa@voorwaarts.nl";
|
||||||
certs."noa.voorwaarts.nl".extraDomainNames = [ "images.noa.voorwaarts.nl" ];
|
certs = {
|
||||||
certs."itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ];
|
"noa.voorwaarts.nl".extraDomainNames = [ "images.noa.voorwaarts.nl" "maintenance.noa.voorwaarts.nl" "api.noa.voorwaarts.nl" ];
|
||||||
|
"itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue