diff --git a/cluster/services/consul/agent.nix b/cluster/services/consul/agent.nix index c91a6f5..bb15651 100644 --- a/cluster/services/consul/agent.nix +++ b/cluster/services/consul/agent.nix @@ -35,6 +35,8 @@ in }; }; + systemd.services.consul.serviceConfig.Type = "notify"; + services.grafana-agent.settings.integrations.consul_exporter = { enabled = true; instance = hostName;