From 1176a24a1f76f551ec32eda731e8d5cdf93ad085 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 18 Aug 2021 13:25:31 -0400 Subject: Rename Devalloc to Dragons --- Biz/Cloud/Web.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Biz/Cloud/Web.nix') diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 5a14fb4..853c967 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -118,8 +118,8 @@ in useACMEHost = rootDomain; }; - "devalloc.io" = { - locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.devalloc}"; + "dragons.dev" = { + locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.dragons}"; forceSSL = true; useACMEHost = rootDomain; }; @@ -166,7 +166,7 @@ in # This must contain all of the other domains we host security.acme.certs.${rootDomain}.extraDomainNames = [ "bsima.me" "www.bsima.me" - "devalloc.io" + "dragons.dev" ] ++ map (sub: "${sub}.${rootDomain}") [ "tv" "matrix" -- cgit v1.2.3