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";