about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-08T20·31+0300
committertazjin <tazjin@tvl.su>2023-10-09T07·03+0000
commita63f99135142e103afe51ee0e9b211f7a065633d (patch)
treecd9a74f6f96a8c6f5d8915ea22dda29bd115630e /ops/machines
parentdba62157e58bb6166f62c8670f4cf8142001bad0 (diff)
feat(ops/www): add experimental grep.tvl.fyi setup r/6745
This points a reverse proxy at a manually run, highly experimental
container. The actual setup is not yet nixified.

Change-Id: I8e1d5ec94a3f1e9b4b0bfc7ffd2a9badf4e79291
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9577
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 66409f97e4..578cddc109 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -46,6 +46,9 @@ in
     (mod "www/tvl.su.nix")
     (mod "www/wigglydonke.rs.nix")
 
+    # experimental!
+    (mod "www/grep.tvl.fyi.nix")
+
     (depot.third_party.agenix.src + "/modules/age.nix")
   ];