diff options
Diffstat (limited to 'Biz/Cloud/Web.nix')
-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" |