nixosTests.prometheus-exporters.varnish: fix state dir in test

This still depended on the old behavior for Varnish, as was fixed in
0640622eb1.
This commit is contained in:
Wim de With
2026-05-15 13:06:39 +02:00
parent 89b91ea6e3
commit eb7c3fbbbd

View File

@@ -2052,7 +2052,7 @@ let
{
exporterConfig = {
enable = true;
instance = "/run/varnish/varnish";
instance = "/var/run/varnishd";
group = "varnish";
};
metricProvider = {