From 20d55fa3131f8dc5468579acdd68c7f6572779c1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 16 May 2024 15:55:12 -0400 Subject: Remove nixpert.chat domain Pretty sure I let this expire. --- Biz/Cloud/Web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz') diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index b54e108..b717307 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -287,7 +287,7 @@ in { # This must contain all of the other domains we host security.acme.certs.${rootDomain}.extraDomainNames = - [ "bsima.me" "www.bsima.me" "dragons.dev" "nixpert.chat" ] + [ "bsima.me" "www.bsima.me" "dragons.dev" ] ++ map (sub: "${sub}.${rootDomain}") [ "music" "tv" -- cgit v1.2.3