From 2714def613e7a2bee1adc02e1ea6b87429227d64 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 19 Aug 2023 22:43:34 +0000 Subject: [PATCH] etheroute-lon01: add code.int.lukegb.com --- ops/nixos/etheroute-lon01/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ops/nixos/etheroute-lon01/default.nix b/ops/nixos/etheroute-lon01/default.nix index 97fd8e59d5..82dfb309ef 100644 --- a/ops/nixos/etheroute-lon01/default.nix +++ b/ops/nixos/etheroute-lon01/default.nix @@ -392,6 +392,10 @@ allow_websockets = true; timeout = "0"; }) + (service "totoro.int.as205479.net:3002" "code.int.lukegb.com" { + allow_websockets = true; + timeout = "0"; + }) ]; }; };