massicot,calcite: enable blackbox exporter and probes

This commit is contained in:
xinyangli 2024-07-31 15:38:24 +08:00
parent daeeb211a2
commit 428a9651d8
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk

View file

@ -265,6 +265,11 @@
custom.forgejo-actions-runner.enable = true;
custom.forgejo-actions-runner.tokenFile = config.sops.secrets.gitea_env.path;
custom.prometheus = {
enable = true;
exporters.blackbox.enable = true;
};
# MTP support
services.gvfs.enable = true;