ildkule/prometheus: reenable mysqld exporter
Some checks are pending
Eval nix flake / evals (push) Waiting to run

This commit is contained in:
2025-03-16 20:56:26 +01:00
parent 493ab057f4
commit 32a529e60f
3 changed files with 8 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ in {
exporters.mysqld = {
enable = true;
configFilePath = config.sops.secrets."config/mysqld_exporter".path;
configFile = config.sops.secrets."config/mysqld_exporter".path;
};
};
}