diff options
-rw-r--r-- | Biz/Cloud/Web.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 28759c7..373af96 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -168,12 +168,6 @@ in globalRedirect = "youtube.${rootDomain}"; }; - "devalloc.io" = { - forceSSL = true; - useACMEHost = rootDomain; - globalRedirect = "dragons.dev"; - }; - "dragons.dev" = { locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.dragons}"; forceSSL = true; @@ -227,7 +221,7 @@ in # This must contain all of the other domains we host security.acme.certs.${rootDomain}.extraDomainNames = [ "bsima.me" "www.bsima.me" - "dragons.dev" "devalloc.io" + "dragons.dev" "nixpert.chat" ] ++ map (sub: "${sub}.${rootDomain}") [ "tv" |