From 94470110ed2bc8ad792d1cbef2c36c79dee650ad Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 7 Nov 2021 18:14:42 +0000 Subject: [PATCH] totoro: scrape prometheus data from 2112 for trains --- ops/nixos/totoro/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 260c414d98..b6ddc5e4ea 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -471,5 +471,7 @@ in { }; }; + my.prometheus.additionalExporterPorts.trains = 2112; + system.stateVersion = "20.03"; }