diff --git a/hosts/VEGAS/services/monitoring/default.nix b/hosts/VEGAS/services/monitoring/default.nix index bc2fc04..b25053f 100644 --- a/hosts/VEGAS/services/monitoring/default.nix +++ b/hosts/VEGAS/services/monitoring/default.nix @@ -71,6 +71,11 @@ in cookie_secure = true; disable_gravatar = true; }; + feature_toggles.enable = [ + "tempoSearch" + "tempoBackendSearch" + "tempoServiceGraph" + ]; }; provision = { enable = true;