diff options
author | Ben Sima <ben@bsima.me> | 2024-05-16 15:55:12 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-05-20 23:15:31 -0400 |
commit | 20d55fa3131f8dc5468579acdd68c7f6572779c1 (patch) | |
tree | 6500c39e7fd16536f475b5ccc810efbc0df1ea40 /Biz/Cloud | |
parent | b4ab5d32e276c1136d06c4a54845d02d33354fed (diff) |
Remove nixpert.chat domain
Pretty sure I let this expire.
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Web.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |