diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-04T11·25+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-01-04T18·04+0000 |
commit | 3806cea40bb2099209de922731c1b7dbd9507e58 (patch) | |
tree | 0ba3baaf77aeba5c8ca2db5b5e8d9f4bf4f69373 /ops/machines | |
parent | 9d327c3acc6bb01bc5a1da938698ad883c6c6805 (diff) |
chore(ops): Remove login.tvl.fyi module r/3517
It looks like we won't need this for oauth2_proxy when combined with nginx auth_request setups. Change-Id: I2294aee6226b4f64a27bf6592c2d18092d0268cc Reviewed-on: https://cl.tvl.fyi/c/depot/+/4766 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops/machines')
-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 ce97628cc3f5..28d7cf381da1 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -30,7 +30,6 @@ in { "${depot.path}/ops/modules/www/cs.tvl.fyi.nix" "${depot.path}/ops/modules/www/deploys.tvl.fyi.nix" "${depot.path}/ops/modules/www/images.tvl.fyi.nix" - # "${depot.path}/ops/modules/www/login.tvl.fyi.nix" "${depot.path}/ops/modules/www/nixery.dev.nix" "${depot.path}/ops/modules/www/static.tvl.fyi.nix" "${depot.path}/ops/modules/www/status.tvl.su.nix" |