diff options
author | Ben Sima <ben@bsima.me> | 2023-01-03 14:13:20 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-03 14:13:20 -0500 |
commit | 68bf0ade5eb712be5c120677b6f4d75551805cb2 (patch) | |
tree | 77ee57ce31b9f015dda27286b954f20d4fd2ae8a | |
parent | cb56555159233f453bb42d60f230049adfaa8b7e (diff) |
Remove devalloc.io (expired domain)
-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" |