nixos/prometheus-exporters: fix sql test

This commit is contained in:
Maximilian Bosch 2020-11-06 16:43:07 +01:00
parent d447c2413c
commit 428fc4e297
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -595,7 +595,7 @@ let
};
};
enable = true;
user = "postgres";
user = "prometheus-sql-exporter";
};
metricProvider = {
services.postgresql = {