From 5f5d02fec0bb53539f951d3c52619a53c28f1f6b Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 01:47:48 -0500 Subject: [PATCH] monitoring --- nixos/hosts/ingress-proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index e7fafbc..ab30e1d 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -6,6 +6,7 @@ in { ../../server.nix ../../features/dns-cache.nix ../../features/nginx.nix + ../../features/telemetry/nginx.nix ]; networking.hostName = "ingress-proxy";