From eb7c3fbbbd8749818768fe3266a515503d76ac32 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Fri, 15 May 2026 13:06:39 +0200 Subject: [PATCH] nixosTests.prometheus-exporters.varnish: fix state dir in test This still depended on the old behavior for Varnish, as was fixed in 0640622eb1fb. --- nixos/tests/prometheus-exporters.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index ed6bf66404a8..7b088dc85abd 100644 --- a/nixos/tests/prometheus-exporters.nix +++ b/nixos/tests/prometheus-exporters.nix @@ -2052,7 +2052,7 @@ let { exporterConfig = { enable = true; - instance = "/run/varnish/varnish"; + instance = "/var/run/varnishd"; group = "varnish"; }; metricProvider = {