We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c2722a + 01aab17 commit 563a48fCopy full SHA for 563a48f
nixos/tests/prometheus-exporters.nix
@@ -1610,7 +1610,7 @@ let
1610
varnish = {
1611
exporterConfig = {
1612
enable = true;
1613
- instance = "/var/spool/varnish/varnish";
+ instance = "/run/varnish/varnish";
1614
group = "varnish";
1615
};
1616
metricProvider = {
@@ -1619,6 +1619,7 @@ let
1619
];
1620
services.varnish = {
1621
1622
+ stateDir = "/run/varnish/varnish";
1623
config = ''
1624
vcl 4.0;
1625
backend default {
0 commit comments