fix postgres eval

This commit is contained in:
Charlotte 🦝 Delenk 2023-12-10 11:41:34 +01:00
parent cb19306b30
commit cccb546111
No known key found for this signature in database

View file

@ -19,7 +19,7 @@
services.prometheus.exporters.postgres = {
enable = true;
user = "postgres";
port = "1589";
port = 1589;
};
services.prometheus.scrapeConfigs = [
{