summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Biz/Cloud/Web.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix
index b717307..0e080f5 100644
--- a/Biz/Cloud/Web.nix
+++ b/Biz/Cloud/Web.nix
@@ -211,13 +211,6 @@ in {
globalRedirect = "youtube.${rootDomain}";
};
- "dragons.dev" = {
- locations."/".proxyPass =
- "http://${ports.bensIp}:${toString ports.dragons}";
- forceSSL = true;
- useACMEHost = rootDomain;
- };
-
"dandel-rovbur.${rootDomain}" = {
locations."/".proxyPass =
"http://${ports.bensIp}:${toString ports.dandel-rovbur}";
@@ -287,8 +280,7 @@ in {
# This must contain all of the other domains we host
security.acme.certs.${rootDomain}.extraDomainNames =
- [ "bsima.me" "www.bsima.me" "dragons.dev" ]
- ++ map (sub: "${sub}.${rootDomain}") [
+ [ "bsima.me" "www.bsima.me" ] ++ map (sub: "${sub}.${rootDomain}") [
"music"
"tv"
"matrix"