diff options
author | Ben Sima <ben@bsima.me> | 2022-03-30 12:24:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-03-30 12:24:05 -0400 |
commit | 6ab89907a07e0b40759778dd29ebbdfd5dcb910f (patch) | |
tree | 451119e096b7a510ab5398c59e34926fcd06f60d /Biz/Cloud | |
parent | d63c6191128a3cdaa1784083a48547c79b3ab98d (diff) |
Move to nixpert.chat domain name
I'm also just using the que.run stylesheet for now. Eventually I should make
this a base stylesheet, instead of nesting it under Biz/Que, but that can come
later.
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Web.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 442024e..3c7acea 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -169,6 +169,7 @@ in security.acme.certs.${rootDomain}.extraDomainNames = [ "bsima.me" "www.bsima.me" "dragons.dev" "devalloc.io" + "nixpert.chat" ] ++ map (sub: "${sub}.${rootDomain}") [ "tv" "matrix" |