diff options
author | Vincent Ambo <mail@tazj.in> | 2023-07-10T08·14+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-10T08·22+0000 |
commit | b12cd279a4e7e8d6e8ac3afa4f37f6f77b3a67aa (patch) | |
tree | bab94bb840db680c9409859d08774b23622b119c /ops | |
parent | d73e8fb0412dbb82618dd4d03d420f631c6a3047 (diff) |
fix(ops/whitby): remove tazj.in module r/6401
this moved out of whitby some time ago (to koptevo.tazj.in), but is now causing failures because of ACME cert renewal Change-Id: I4da5512db0d85d416511a1d10f784e978c5ccc93 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8948 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r-- | ops/machines/whitby/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 6ff1472e31c6..59ba48b7e335 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -41,7 +41,6 @@ in (mod "www/self-redirect.nix") (mod "www/static.tvl.fyi.nix") (mod "www/status.tvl.su.nix") - (mod "www/tazj.in.nix") (mod "www/todo.tvl.fyi.nix") (mod "www/tvix.dev.nix") (mod "www/tvixbolt.tvl.su.nix") |