From ecd9de507a1e4231a90d6a077f19bb4cfab081fc Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 28 Aug 2024 08:49:45 +0200 Subject: [PATCH] fix: certs for maintenance/api as well --- hosts/default/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 7e0cead..659368c 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -427,8 +427,10 @@ security.acme = { acceptTerms = true; defaults.email = "noa@voorwaarts.nl"; - certs."noa.voorwaarts.nl".extraDomainNames = [ "images.noa.voorwaarts.nl" ]; - certs."itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ]; + certs = { + "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