From 68cd9c97fa11424055f6558cd1e450da35ccb54e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 03:54:03 -0500 Subject: [PATCH] Infini-DL360: add additional acme domains --- hosts/Infini-DL360/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 10428f7..11c5439 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -143,7 +143,11 @@ security.acme.certs."inx.moe" = { group = "nginx"; - extraDomainNames = [ "*.inx.moe" ]; + extraDomainNames = [ + "*.inx.moe" + "*.internal.inx.moe" + "*.tailnet.inx.moe" + ]; }; services.nginx.virtualHosts."*.inx.moe" = {