diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-23T08·00+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-23T08·08+0000 |
commit | 782cfa9e3372d0cfe13471597968d58deb181e71 (patch) | |
tree | 590d43f902e8ce560a26781732df87105a19b9e9 /ops | |
parent | 91d5745c3dbb3eb118be969a80e0608794b0e59d (diff) |
chore(tvixbolt): move from //corp to //web r/7595
Assigning copyright to the TVL community (whatever that is), and adding AGPL-3.0-or-later license. I also cleaned up some of the stuff on the landing page. Change-Id: I4dbca19406e00e5105fed50e8fb64e0fcca23e3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11013 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r-- | ops/modules/www/tvixbolt.tvl.su.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/tvixbolt.tvl.su.nix b/ops/modules/www/tvixbolt.tvl.su.nix index 7adddd123632..ef8ba0b11e7a 100644 --- a/ops/modules/www/tvixbolt.tvl.su.nix +++ b/ops/modules/www/tvixbolt.tvl.su.nix @@ -7,7 +7,7 @@ config = { services.nginx.virtualHosts."tvixbolt.tvl.su" = { - root = depot.corp.tvixbolt; + root = depot.web.tvixbolt; enableACME = true; forceSSL = true; |