From 66bfd9a458c6bd9cc184326e3b2a68ce79f646d5 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 31 Mar 2021 22:37:01 +0000 Subject: [PATCH] etheroute-lon01: add twitterchiver --- ops/nixos/etheroute-lon01/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/nixos/etheroute-lon01/default.nix b/ops/nixos/etheroute-lon01/default.nix index 37f1cf2eef..ed2ce31491 100644 --- a/ops/nixos/etheroute-lon01/default.nix +++ b/ops/nixos/etheroute-lon01/default.nix @@ -246,6 +246,8 @@ in { from = "https://httpbin.int.lukegb.com"; to = "https://verify.pomerium.com"; }) + (service "bvm-twitterchiver:8080" "twitterchiver.int.lukegb.com" {}) + (service "bvm-twitterchiver:8080" "twitterchiver.lukegb.com" {}) ]; }; };