fix: certs for maintenance/api as well

This commit is contained in:
Noa Aarts 2024-08-28 08:49:45 +02:00
parent cbaa213d13
commit ecd9de507a
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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