From 7199970716cbaec2b0fe3b58aba07c17ed5fb4b7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 17 Oct 2024 14:42:56 -0400 Subject: Remove dragons.dev domain name Yeah I let it expire... I am basically giving up on the idea but I'll keep the code around for now until I have time to comb through it. --- Biz/Cloud/Web.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Biz/Cloud/Web.nix') 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" -- cgit v1.2.3