From 7c74d8c1edd46b62e65a9465a0de53b0f10fb811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 6 Aug 2023 00:15:13 +0300 Subject: [PATCH] expose more ports to self --- hosts/vno1-oh2/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 6cb0863..833c93a 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -64,7 +64,11 @@ services = { # TODO move to grafana service lib - friendlyport.ports = [myData.ports.grafana]; + friendlyport.ports = [ + myData.ports.grafana + myData.ports.prometheus + myData.ports.exporters.node + ]; deployerbot = { main = {