From 68bf0ade5eb712be5c120677b6f4d75551805cb2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 3 Jan 2023 14:13:20 -0500 Subject: Remove devalloc.io (expired domain) --- Biz/Cloud/Web.nix | 8 +------- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3